C# Class TextUml.Infrastructure.AppIdentityAuthenticationManager

Inheritance: IdentityAuthenticationManager
Mostra file Open project: kazimanzurrashid/textuml-dotnet

Public Methods

Method Description
AppIdentityAuthenticationManager ( AppIdentityStoreManager storeManager ) : System
CreateAndSignInExternalUser ( System.Web.HttpContextBase context, string logOnProvider, IUser user, string role, bool persist ) : Task

Method Details

AppIdentityAuthenticationManager() public method

public AppIdentityAuthenticationManager ( AppIdentityStoreManager storeManager ) : System
storeManager AppIdentityStoreManager
return System

CreateAndSignInExternalUser() public method

public CreateAndSignInExternalUser ( System.Web.HttpContextBase context, string logOnProvider, IUser user, string role, bool persist ) : Task
context System.Web.HttpContextBase
logOnProvider string
user IUser
role string
persist bool
return Task