Skip to main content

QOAuthRevokeTokenInput

@quik/oauth-server


@quik/oauth-server / QOAuthRevokeTokenInput

Type Alias: QOAuthRevokeTokenInput

QOAuthRevokeTokenInput = object

Defined in: oauth-server/src/types.ts:122

Input used to revoke a token.

Properties

clientId

clientId: string

Defined in: oauth-server/src/types.ts:124

OAuth client id used to authenticate the revoke request.


clientSecret?

optional clientSecret?: string

Defined in: oauth-server/src/types.ts:126

OAuth client secret used to authenticate the revoke request.


token

token: string

Defined in: oauth-server/src/types.ts:128

Token value being revoked.


tokenTypeHint?

optional tokenTypeHint?: QOAuthTokenTypeHint

Defined in: oauth-server/src/types.ts:130

Optional hint about token type.