User Guide Cancel

InvalidateOauthAccesstoken

 

Description

Invalidates the access token generated by the OAUTH servers.

Returns

None

Function syntax

InvalidateOauthAccesstoken(token,type)
InvalidateOauthAccesstoken(token,type)
InvalidateOauthAccesstoken(token,type)

History

ColdFusion 11: Added this function

Parameters

Parameter

Description

token

Required. The access token to invalidate.

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

Usage

Example

InvalidateOauthAccesstoken(“any_token_value”,”facebook”)
InvalidateOauthAccesstoken(“any_token_value”,”facebook”)
InvalidateOauthAccesstoken(“any_token_value”,”facebook”)

Get help faster and easier

New user?