Uses of Class
io.helidon.integrations.vault.auths.token.RevokeToken.Response
-
Packages that use RevokeToken.Response Package Description io.helidon.integrations.vault.auths.token Token authentication method for Vault. -
-
Uses of RevokeToken.Response in io.helidon.integrations.vault.auths.token
Methods in io.helidon.integrations.vault.auths.token that return RevokeToken.Response Modifier and Type Method Description RevokeToken.Response
TokenAuth. revoke(RevokeToken.Request request)
Revokes a token and all child tokens.Methods in io.helidon.integrations.vault.auths.token that return types with arguments of type RevokeToken.Response Modifier and Type Method Description Single<RevokeToken.Response>
TokenAuthRx. revoke(RevokeToken.Request request)
Revokes a token and all child tokens.
-