pub async fn renew_self( client: &impl Client, increment: Option<&str>, ) -> Result<AuthInfo, ClientError>
Renews the token being sent in the header of this request
See RenewTokenSelfRequest