Type alias OAuth2TrustedJwtIssuerSkeleton
Type declaration
_type: {
_id: "TrustedJwtIssuer";
collection: true;
name: "OAuth2 Trusted JWT Issuer";
}
_id: "TrustedJwtIssuer"
collection: true
name: "OAuth2 Trusted JWT Issuer"
Optional
allowedSubjects?: Readable<string[]> | Writable<string[]>
Optional
consentedScopesClaim?: Readable<string> | Writable<string>
Optional
jwkSet?: Readable<string> | Writable<string>
Optional
jwkStoreCacheMissCacheTime?: Readable<number> | Writable<number>
Optional
jwksCacheTimeout?: Readable<number> | Writable<number>
Optional
jwksUri?: Readable<string> | Writable<string>
Optional
resourceOwnerIdentityClaim?: Readable<string> | Writable<string>