QOAuthIntrospectTokenInput
@quik/oauth-server / QOAuthIntrospectTokenInput
Type Alias: QOAuthIntrospectTokenInput
QOAuthIntrospectTokenInput =
object
Defined in: oauth-server/src/types.ts:108
Input used to introspect a token.
Properties
clientId
clientId:
string
Defined in: oauth-server/src/types.ts:110
OAuth client id used to authenticate the introspection request.
clientSecret?
optionalclientSecret?:string
Defined in: oauth-server/src/types.ts:112
OAuth client secret used to authenticate the introspection request.
token
token:
string
Defined in: oauth-server/src/types.ts:114
Token value being introspected.
tokenTypeHint?
optionaltokenTypeHint?:QOAuthTokenTypeHint
Defined in: oauth-server/src/types.ts:116
Optional hint about token type.