User Guide Cancel

IsValidOauthAccesstoken

 

Description

Checks if the OAUTH access token is still valid.

Returns

Boolean

Function syntax

IsValidOauthAccesstoken(token,type)
IsValidOauthAccesstoken(token,type)
IsValidOauthAccesstoken(token,type)

History

ColdFusion 11: Added this function

Parameters

Parameter

Description

token

Required. The access token to check.

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

Usage

Example

IsValidOauthAccesstoken(“any_token_value”,”facebook”)
IsValidOauthAccesstoken(“any_token_value”,”facebook”)
IsValidOauthAccesstoken(“any_token_value”,”facebook”)

Get help faster and easier

New user?