Skip to main content

build_token_request_body

Function build_token_request_body 

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

Build the JSON body for the token exchange request.