Skip to content

oidcLogin

oidcLogin(lti, options): (req) => Promise<Response>

Defined in: packages/next/src/index.ts:49

OIDC third-party login initiation. Parses the platform’s form POST, mints state+nonce via the core, and 303-redirects to the platform auth endpoint.

Lti

OidcLoginBindingOptions

(req) => Promise<Response>