Function racetime::authorize

source ยท
pub async fn authorize(
    client_id: &str,
    client_secret: &str,
    client: &Client
) -> Result<(String, UDuration), Error>
Expand description

Get an OAuth2 token from the authentication server.