C# Class Organizr.Models.UserLogin

Inheritance: IUserLogin
Show file Open project: Cellenza/Organizr

Private Properties

Property Type Description

Public Methods

Method Description
UserLogin ( ) : System
UserLogin ( string userId, string loginProvider, string providerKey ) : System

Method Details

UserLogin() public method

public UserLogin ( ) : System
return System

UserLogin() public method

public UserLogin ( string userId, string loginProvider, string providerKey ) : System
userId string
loginProvider string
providerKey string
return System