C# Class ArmedCards.Authentication.Results.AuthResult

Wrapper class around the AuthenticationResult
Afficher le fichier Open project: kwmcrell/ArmedCards

Méthodes publiques

Méthode Description
AuthResult ( Exception error, String>.IDictionary extraData, System.Boolean isSuccessful, String provider, String providerUserId, String userName ) : System

Method Details

AuthResult() public méthode

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
Résultat System