pub async fn authorize(
server_url: &str,
opts: &OAuthOptions,
) -> Result<OAuthReady>Expand description
Run OAuth (or restore cached tokens) and return an authorized client.
pub async fn authorize(
server_url: &str,
opts: &OAuthOptions,
) -> Result<OAuthReady>Run OAuth (or restore cached tokens) and return an authorized client.