Sign in

Type: IntrospectOptions

Options for introspecting an opaque access token.

clientCertificate?

optional clientCertificate: string

PEM-encoded client certificate used for certificate-bound token validation.

groups?

optional groups: string[]

List of group names or identifiers that must be present in the token's groups claim.

scopes?

optional scopes: string[]

List of scopes that must all be present in the token's scope claim.

validateCertificateBinding?

optional validateCertificateBinding: boolean

When true, validates certificate binding for certificate-bound access tokens.

Default Value

false;
© 2024 MonoCloud. All rights reserved.