Class GitHubAuthenticationOptions

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

public class GitHubAuthenticationOptions extends Object
Authentication options for GitHubAuthentication.

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

Since:
3.2
Author:
Nanne Baars
See Also: