Skip to main content

RevocationRequest.Parameters Class

Abblix.Oidc.Server

Abblix.Oidc.Server.Model.RevocationRequest

RevocationRequest.Parameters Class

Wire-level parameter names accepted at the OAuth 2.0 revocation endpoint (RFC 7009 §2.1).

public static class RevocationRequest.Parameters

Inheritance System.Object → Parameters

Fields

RevocationRequest.Parameters.Token Field

The token revocation request parameter carrying the access or refresh token to be revoked.

public const string Token = "token";

Field Value

System.String

RevocationRequest.Parameters.TokenTypeHint Field

The token_type_hint revocation request parameter advising whether the token is an access_token or a refresh_token.

public const string TokenTypeHint = "token_type_hint";

Field Value

System.String