Module qm_mongodb::options::oidc
source · Expand description
Structs§
- The callback to use for OIDC authentication.
- 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.
- IdpServerInfo contains the information necessary to locate and authorize with an OIDC server.
- The return type of the OIDC authentication function. It contains the access token with optional expiration time and refresh token.