C# Class cloudscribe.Core.IdentityServerIntegration.Models.ConsentViewModel

Inheritance: ConsentInputModel
Show file Open project: joeaudette/cloudscribe

Public Methods

Method Description
ConsentViewModel ( ConsentInputModel model, string returnUrl, AuthorizationRequest request, Client client, IEnumerable scopes ) : System.Collections.Generic

Method Details

ConsentViewModel() public method

public ConsentViewModel ( ConsentInputModel model, string returnUrl, AuthorizationRequest request, Client client, IEnumerable scopes ) : System.Collections.Generic
model ConsentInputModel
returnUrl string
request AuthorizationRequest
client Client
scopes IEnumerable
return System.Collections.Generic