C# Класс VaultSharp.Backends.Authentication.Models.GitHub.GitHubAuthenticationInfo

Represents the login information for the GitHub Authentication backend.
Наследование: IAuthenticationInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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