C# Класс ArmedCards.Authentication.Results.AuthResult

Wrapper class around the AuthenticationResult
Показать файл Открыть проект

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

Метод Описание
AuthResult ( Exception error, String>.IDictionary extraData, System.Boolean isSuccessful, String provider, String providerUserId, String userName ) : System

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

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

public AuthResult ( Exception error, String>.IDictionary extraData, System.Boolean isSuccessful, String provider, String providerUserId, String userName ) : System
error System.Exception
extraData String>.IDictionary
isSuccessful System.Boolean
provider String
providerUserId String
userName String
Результат System