Skip to main content

build_authorize_url

Function build_authorize_url 

Source
pub fn build_authorize_url(
    config: &OAuthProviderConfig,
    redirect_uri: &str,
    state: &str,
) -> String
Expand description

Build the OAuth authorize URL that the user’s browser should be redirected to.