Skip to main content

oidc_callback

Function oidc_callback 

Source
pub async fn oidc_callback(
    cookie_state: OidcCookieState,
    params: OidcCallbackParams,
    insecure: OidcCookieInsecure,
) -> Result<(String, OidcTokenSet, IdToken), RauthyError>
Expand description

Handles the OIDC callback

If you use actix-web or axum features, you should use the more specific implementations.

ยงPanics

If the given enc_key is not exactly 32 bytes long