C# Класс Microsoft.Alm.Authentication.GitHubAuthenticationResult

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Type GitHubAuthenticationResultType

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

Метод Описание
GitHubAuthenticationResult ( GitHubAuthenticationResultType type ) : System
GitHubAuthenticationResult ( GitHubAuthenticationResultType type, Token token ) : System

Описание методов

GitHubAuthenticationResult() публичный Метод

public GitHubAuthenticationResult ( GitHubAuthenticationResultType type ) : System
type GitHubAuthenticationResultType
Результат System

GitHubAuthenticationResult() публичный Метод

public GitHubAuthenticationResult ( GitHubAuthenticationResultType type, Token token ) : System
type GitHubAuthenticationResultType
token Token
Результат System

Описание свойств

Type публичное свойство

public GitHubAuthenticationResultType Type
Результат GitHubAuthenticationResultType