pub async fn refresh(refresh_token: &str) -> Result<Token, Error>
Exchange a stored refresh token for a new Token.
Token