C# Class MvcClient.UseCookieAuthAgainstTokenServerOptions

Show file Open project: danielwertheim/tokenserver-adventures Class Usage Examples

Public Methods

Method Description
UseCookieAuthAgainstTokenServerOptions ( string tokenServerEndPoint, string clientId, string claimTypesOfInterest ) : System

Method Details

UseCookieAuthAgainstTokenServerOptions() public method

public UseCookieAuthAgainstTokenServerOptions ( string tokenServerEndPoint, string clientId, string claimTypesOfInterest ) : System
tokenServerEndPoint string
clientId string
claimTypesOfInterest string
return System