login_with_oauth

Function login_with_oauth 

Source
pub async fn login_with_oauth(
    configuration: &Configuration,
    client_name: &str,
    login_with_oauth_request: LoginWithOauthRequest,
) -> Result<String, Error<LoginWithOauthError>>