RevokeTokenType

enum RevokeTokenType : Enum<RevokeTokenType>

The possible token types that can be revoked.

See Logout Documentation for additional details.

Entries

Link copied to clipboard

Indicates the device secret should be revoked, if one is present. This will result in the access token, and the refresh token being revoked as well.

Link copied to clipboard

Indicates the refresh token should be revoked, if one is present. This will result in the access token being revoked as well.

Link copied to clipboard

Indicates the access token should be revoked.