C# Класс Lucca.CSharpSDK.Infra.Common.AuthenticationInfo

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AuthenticationInfo ( AuthenticationType type, System.Guid token ) : System
AuthenticationInfo ( AuthenticationType type, string token ) : System

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

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

public AuthenticationInfo ( AuthenticationType type, System.Guid token ) : System
type AuthenticationType
token System.Guid
Результат System

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

public AuthenticationInfo ( AuthenticationType type, string token ) : System
type AuthenticationType
token string
Результат System