C# Class VaultSharp.Backends.Authentication.Models.GitHub.GitHubAuthenticationInfo

Represents the login information for the GitHub Authentication backend.
Inheritance: IAuthenticationInfo
Mostrar archivo Open project: rajanadar/VaultSharp Class Usage Examples

Public Methods

Method Description
GitHubAuthenticationInfo ( string personalAccessToken ) : VaultSharp.Infrastructure.Validation

Initializes a new instance of the GitHubAuthenticationInfo class.

GitHubAuthenticationInfo ( string mountPoint, string personalAccessToken ) : VaultSharp.Infrastructure.Validation

Initializes a new instance of the GitHubAuthenticationInfo class.

Method Details

GitHubAuthenticationInfo() public method

Initializes a new instance of the GitHubAuthenticationInfo class.
public GitHubAuthenticationInfo ( string personalAccessToken ) : VaultSharp.Infrastructure.Validation
personalAccessToken string The personal access token.
return VaultSharp.Infrastructure.Validation

GitHubAuthenticationInfo() public method

Initializes a new instance of the GitHubAuthenticationInfo class.
public GitHubAuthenticationInfo ( string mountPoint, string personalAccessToken ) : VaultSharp.Infrastructure.Validation
mountPoint string The mount point.
personalAccessToken string The personal access token.
return VaultSharp.Infrastructure.Validation