Skip to content

OidcLoginBindingOptions

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

redirectUri: string | ((req) => string)

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

Our launch callback URL, registered with the platform as the redirect URI. A function form lets you derive it from the incoming request (e.g. host).