createOidc()
The createOidc() function is a function that assists in creating an OpenID Connect (OIDC) client, which can be utilized in your application for authentication purposes.
Parameters
Returns
type Tokens = { accessToken: string; accessTokenExpirationTime: number; idToken: string; refreshToken: string; refreshTokenExpirationTime: number; };
Example
Last updated
Was this helpful?