Uses of Class
io.helidon.integrations.vault.auths.token.RevokeToken.Request
Package
Description
Token authentication method for Vault.
-
Uses of RevokeToken.Request in io.helidon.integrations.vault.auths.token
Modifier and TypeMethodDescriptionstatic RevokeToken.Request
RevokeToken.Request.builder()
Fluent API builder for configuring a request.static RevokeToken.Request
Create a new request from the token value.Modifier and TypeMethodDescriptionTokenAuth.revoke
(RevokeToken.Request request) Revokes a token and all child tokens.