C# 클래스 ArmedCards.Authentication.Results.AuthResult

Wrapper class around the AuthenticationResult
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
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