Skip to main content

QOAuthIntrospectTokenInput

@quik/oauth-server


@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?

optional clientSecret?: 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?

optional tokenTypeHint?: QOAuthTokenTypeHint

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

Optional hint about token type.