Description
Invalidates the access token generated by the OAUTH servers.
Returns
None
Invalidates the access token generated by the OAUTH servers.
None
InvalidateOauthAccesstoken(token,type)
ColdFusion 11: Added this function
Parameter |
Description |
---|---|
token |
Required. The access token to invalidate. |
type | Required. The type of the OAUTH server (facebook/google). |
InvalidateOauthAccesstoken(“any_token_value”,”facebook”)