Skip to main content

authorize

Function authorize 

Source
pub async fn authorize(
    server_url: &str,
    opts: &OAuthOptions,
) -> Result<OAuthReady>
Expand description

Run OAuth (or restore cached tokens) and return an authorized client.