Skip to main content

drive_refresh_token

Function drive_refresh_token 

Source
pub fn drive_refresh_token(
    client_id: &str,
    client_secret: &str,
    refresh_token: &str,
) -> Result<TokenResponse, &'static str>
Expand description

refresh_token から access_token を更新する。