C# 클래스 VaultSharp.Backends.Authentication.Models.GitHub.GitHubAuthenticationInfo

Represents the login information for the GitHub Authentication backend.
상속: IAuthenticationInfo
파일 보기 프로젝트 열기: rajanadar/VaultSharp 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

GitHubAuthenticationInfo() 공개 메소드

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

GitHubAuthenticationInfo() 공개 메소드

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.
리턴 VaultSharp.Infrastructure.Validation