pub async fn renew_accessor( client: &impl Client, accessor: &str, increment: Option<&str>, ) -> Result<AuthInfo, ClientError>
Renews the token by its accessor ID
See RenewTokenAccessorRequest