C# Class Lucca.CSharpSDK.Infra.Common.AuthenticationInfo

Show file Open project: LuccaSA/lucca-sdk Class Usage Examples

Public Methods

Method Description
AuthenticationInfo ( AuthenticationType type, System.Guid token ) : System
AuthenticationInfo ( AuthenticationType type, string token ) : System

Method Details

AuthenticationInfo() public method

public AuthenticationInfo ( AuthenticationType type, System.Guid token ) : System
type AuthenticationType
token System.Guid
return System

AuthenticationInfo() public method

public AuthenticationInfo ( AuthenticationType type, string token ) : System
type AuthenticationType
token string
return System