Uses of Class
io.helidon.integrations.vault.auths.token.RenewToken.Response
-
Packages that use RenewToken.Response Package Description io.helidon.integrations.vault.auths.token Token authentication method for Vault. -
-
Uses of RenewToken.Response in io.helidon.integrations.vault.auths.token
Methods in io.helidon.integrations.vault.auths.token that return RenewToken.Response Modifier and Type Method Description RenewToken.Response
TokenAuth. renew(RenewToken.Request request)
Renews a lease associated with a token.Methods in io.helidon.integrations.vault.auths.token that return types with arguments of type RenewToken.Response Modifier and Type Method Description Single<RenewToken.Response>
TokenAuthRx. renew(RenewToken.Request request)
Renews a lease associated with a token.
-