C# Class ShoelaceMVC.Models.UserLogin

Inheritance: IUserLogin
Mostra file Open project: RyannosaurusRex/Shoelace-MVC

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