C# Class SimpleSocialAuth.Core.Consumers.AuthorizationTracker

Inheritance: IClientAuthorizationTracker
Show file Open project: rafek/SimpleSocialAuth Class Usage Examples

Public Methods

Method Description
GetAuthorizationState ( Uri callbackUrl, string clientState ) : IAuthorizationState

Method Details

GetAuthorizationState() public method

public GetAuthorizationState ( Uri callbackUrl, string clientState ) : IAuthorizationState
callbackUrl System.Uri
clientState string
return IAuthorizationState