invalidateOauthAccesstoken

Invalidates the access token generated by the OAUTH servers.

invalidateOauthAccesstoken(token,type); → returns void

This function requires Adobe ColdFusion 11 and up.  Not supported on Lucee, etc.

Argument Reference

token string
Required

The access token to invalidate.

type string
Required

The type of the OAUTH server (facebook/google).

Examples
Sample code invoking the invalidateOauthAccesstoken function

invalidateOauthAccesstoken("any_token_value","facebook") 

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub