pub async fn get_oauth2_url( context: &Context, addr: &str, redirect_uri: &str, ) -> Result<Option<String>>
Returns URL that should be opened in the browser if OAuth 2 is supported for this address.