LoginOptions
Defined in: client/src/types.ts:50
Options for the OidcClient.login method.
Properties
Section titled “Properties”extraParams?
Section titled “extraParams?”
optionalextraParams?:Record<string,string>
Defined in: client/src/types.ts:54
Additional query parameters to include in the authorization request.
returnTo?
Section titled “returnTo?”
optionalreturnTo?:string
Defined in: client/src/types.ts:52
URL to redirect the user back to after login completes. Defaults to the current location.