Expand description
Contains the functionality for OIDC
authorization and authentication.
Structsยง
- Callback
- The callback to use for OIDC authentication.
- Callback
Context - CallbackContext contains the information necessary to perform the human or machine flow in a function. The driver passes ownership of this struct to the Callback function.
- IdpServer
Info - IdpServerInfo contains the information necessary to locate and authorize with an OIDC server.
- IdpServer
Response - The return type of the OIDC authentication function. It contains the access token with optional expiration time and refresh token.