Table of Contents

Class UserLogin

Namespace
Oqtane.Models
Assembly
Oqtane.Shared.dll

Passkey properties

public class UserLogin
Inheritance
object
UserLogin

Properties

Key

The key for this login

public string Key { get; set; }

Property Value

string

Name

The friendly name for the login provider

public string Name { get; set; }

Property Value

string

Provider

the login provider for this login

public string Provider { get; set; }

Property Value

string