cfdocs

invalidateOauthAccesstoken

Invalidates the access token generated by the OAUTH servers.

invalidateOauthAccesstoken(token,type);
returns void

Argument Reference

Name Type Required Default Description
token string Yes   The access token to invalidate.
type string Yes   The type of the OAUTH server (facebook/google).

Tag Syntax

invalidateOauthAccesstoken("any_token_value","facebook")