pub async fn callback( client: &impl Client, mount: &str, state: &str, nonce: &str, code: &str, ) -> Result<AuthInfo, ClientError>
Exchange an authorization code for an OIDC ID Token
See OIDCCallbackRequest