Skip to main content

refresh_token_at

Function refresh_token_at 

Source
pub async fn refresh_token_at(
    url: &str,
    client_id: u32,
    client_secret: &str,
    refresh_token: &str,
) -> Result<TokenResponse, ErrorWrapper>
Expand description

Same as refresh_token but against a caller-supplied URL.