OidcLoginBindingOptions
Defined in: packages/next/src/index.ts:37
Properties
Section titled “Properties”redirectUri
Section titled “redirectUri”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).