Skip to content

ResourceServer

Defined in: @types/oidc-provider/index.d.ts:704

optional accessTokenFormat?: TokenFormat

Defined in: @types/oidc-provider/index.d.ts:708


optional accessTokenTTL?: number

Defined in: @types/oidc-provider/index.d.ts:707


optional audience?: string

Defined in: @types/oidc-provider/index.d.ts:706


optional jwt?: object

Defined in: @types/oidc-provider/index.d.ts:709

optional encrypt?: object

alg: EncryptionAlgValues

enc: EncryptionEncValues

key: KeyObject | Buffer<ArrayBufferLike>

optional kid?: string

optional sign?: { alg?: AsymmetricSigningAlgorithm; kid?: string; } | { alg: SymmetricSigningAlgorithm; key: KeyObject | Buffer<ArrayBufferLike>; kid?: string; }


scope: string

Defined in: @types/oidc-provider/index.d.ts:705