Skip to content

LoginOptions

Defined in: client/src/types.ts:50

Options for the OidcClient.login method.

optional extraParams?: Record<string, string>

Defined in: client/src/types.ts:54

Additional query parameters to include in the authorization request.


optional returnTo?: string

Defined in: client/src/types.ts:52

URL to redirect the user back to after login completes. Defaults to the current location.