Skip to content

Check

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

new Check(reason, description, error, check, details?): Check

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

string

string

string

(ctx) => CanBePromise<boolean>

(ctx) => CanBePromise<UnknownObject>

Check

new Check(reason, description, check, details?): Check

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

string

string

(ctx) => CanBePromise<boolean>

(ctx) => CanBePromise<UnknownObject>

Check

check: (ctx) => CanBePromise<boolean>

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

KoaContextWithOIDC

CanBePromise<boolean>


description: string

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


details: (ctx) => CanBePromise<UnknownObject>

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

KoaContextWithOIDC

CanBePromise<UnknownObject>


error: string

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


reason: string

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


readonly static NO_NEED_TO_PROMPT: false

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


readonly static REQUEST_PROMPT: true

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