fn build_authorize_url( endpoint_addr: &str, client_id: &str, callback_url: &str, state: &str, scope: &str, ) -> String
Builds the Casdoor authorize URL that begins the login handshake.