Skip to main content

build_token_request_form_encoded

Function build_token_request_form_encoded 

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

Build OAuth2 token request as x-www-form-urlencoded string.