Whatever message this page gives is out now! Go check it out!

IsValidOauthAccesstoken

Last update:
May 18, 2026

Description

Checks if the OAUTH access token is still valid.

Returns

Boolean

Function syntax

IsValidOauthAccesstoken(token,type)

History

ColdFusion 11: Added this function

Parameters

Parameter
Description
token
Required. The access token to check.
typeRequired. The type of the OAUTH server (facebook/google).

Usage

Example

IsValidOauthAccesstoken(“any_token_value”,”facebook”)

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page