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.
Parameters
Section titled “Parameters”Lti
options
Section titled “options”Returns
Section titled “Returns”(req) => Promise<Response>