Skip to main content

refresh_access_token

Function refresh_access_token 

Source
pub fn refresh_access_token(auth: &AuthInfo) -> Result<AuthInfo>
Expand description

Refresh the access token using the stored refresh_token via Platform Broker. Returns updated AuthInfo with new tokens, and saves it to disk.