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

InvalidateOauthAccesstoken

Last update:
May 18, 2026

Description

Invalidates the access token generated by the OAUTH servers.

Returns

None

Function syntax

InvalidateOauthAccesstoken(token,type)

History

ColdFusion 11: Added this function

Parameters

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

Usage

Example

InvalidateOauthAccesstoken(“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