Table of Contents

Class LoginRequestQuery

Namespace
Auth0.ManagementApi.Models.Rules
Assembly
Auth0.ManagementApi.dll
[JsonObject]
public class LoginRequestQuery
Inheritance
LoginRequestQuery
Inherited Members

Properties

Audience

[JsonProperty("audience")]
public string Audience { get; set; }

Property Value

string

ClientId

[JsonProperty("client_id")]
public string ClientId { get; set; }

Property Value

string

Connection

[JsonProperty("connection")]
public string Connection { get; set; }

Property Value

string

Device

[JsonProperty("device")]
public string Device { get; set; }

Property Value

string

Prompt

[JsonProperty("prompt")]
public string Prompt { get; set; }

Property Value

string

Protocol

[JsonProperty("protocol")]
public string Protocol { get; set; }

Property Value

string

RedirectUri

[JsonProperty("redirect_uri")]
public string RedirectUri { get; set; }

Property Value

string

ResponseType

[JsonProperty("response_type")]
public string ResponseType { get; set; }

Property Value

string

Scope

[JsonProperty("scope")]
public string Scope { get; set; }

Property Value

string

Sso

[JsonProperty("sso")]
public string Sso { get; set; }

Property Value

string

State

[JsonProperty("state")]
public string State { get; set; }

Property Value

string