C# Class Microsoft.Alm.Authentication.GitHubAuthenticationResult

Mostra file Open project: Microsoft/Git-Credential-Manager-for-Windows

Public Properties

Property Type Description
Type GitHubAuthenticationResultType

Public Methods

Method Description
GitHubAuthenticationResult ( GitHubAuthenticationResultType type ) : System
GitHubAuthenticationResult ( GitHubAuthenticationResultType type, Token token ) : System

Method Details

GitHubAuthenticationResult() public method

public GitHubAuthenticationResult ( GitHubAuthenticationResultType type ) : System
type GitHubAuthenticationResultType
return System

GitHubAuthenticationResult() public method

public GitHubAuthenticationResult ( GitHubAuthenticationResultType type, Token token ) : System
type GitHubAuthenticationResultType
token Token
return System

Property Details

Type public_oe property

public GitHubAuthenticationResultType Type
return GitHubAuthenticationResultType