Class GitHubAuthentication

java.lang.Object
org.springframework.vault.authentication.GitHubAuthentication
All Implemented Interfaces:
AuthenticationStepsFactory, ClientAuthentication

public class GitHubAuthentication extends Object implements ClientAuthentication, AuthenticationStepsFactory
GitHub's authentication method can be used to authenticate with Vault using a GitHub personal access token.
Since:
3.2
Author:
Nanne Baars, Mark Paluch
See Also: