QOAuthRevokeTokenInput
@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?
optionalclientSecret?: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?
optionaltokenTypeHint?:QOAuthTokenTypeHint
Defined in: oauth-server/src/types.ts:130
Optional hint about token type.