pub async fn renew( client: &impl Client, token: &str, increment: Option<&str>, ) -> Result<AuthInfo, ClientError>
Renews a token
See RenewTokenRequest