pub fn build_authorize_url(
config: &OAuthProviderConfig,
redirect_uri: &str,
state: &str,
) -> StringExpand description
Build the OAuth authorize URL that the user’s browser should be redirected to.
pub fn build_authorize_url(
config: &OAuthProviderConfig,
redirect_uri: &str,
state: &str,
) -> StringBuild the OAuth authorize URL that the user’s browser should be redirected to.