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

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

Méthodes publiques

Méthode 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 méthode

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

GitHubAuthenticationInfo() public méthode

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.
Résultat VaultSharp.Infrastructure.Validation