use IntoResponse;
use crateAfterLoginCookies;
use ;
/// Implement this trait to handle a successful OIDC login.
///
/// After ID token verification succeeds, [`after_login`](OidcHandler::after_login)
/// is called with the tokens/claims and an [`AfterLoginCookies`] helper.
///
/// Override [`logout`](OidcHandler::logout) to customize the logout behavior.
/// The default implementation redirects to the provider's end-session endpoint
/// (if configured) or `/`.