Skip to main content

build_authorize_url

Function build_authorize_url 

Source
fn build_authorize_url(
    endpoint_addr: &str,
    client_id: &str,
    callback_url: &str,
    state: &str,
    scope: &str,
) -> String
Expand description

Builds the Casdoor authorize URL that begins the login handshake.