Class JwtAuthenticationOptions

java.lang.Object
org.springframework.vault.authentication.JwtAuthenticationOptions

public class JwtAuthenticationOptions extends Object
Authentication options for JwtAuthentication.

Authentication options provide the role and the JWT. JwtAuthenticationOptions can be constructed using builder(). Instances of this class are immutable once constructed.

Since:
3.1
Author:
Nanne Baars, Mark Paluch
See Also: