C# Class ArmedCards.Authentication.Results.AuthResult

Wrapper class around the AuthenticationResult
Datei anzeigen Open project: kwmcrell/ArmedCards

Public Methods

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

Method Details

AuthResult() public method

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
return System