Invalidates the access token generated by the OAUTH servers.
invalidateOauthAccesstoken(token,type);
returns void
Name | Type | Required | Default | Description |
---|---|---|---|---|
token | string | Yes | The access token to invalidate. | |
type | string | Yes | The type of the OAUTH server (facebook/google). |
invalidateOauthAccesstoken("any_token_value","facebook")