Table of Contents

Class LoginHint

Namespace
Auth0.AuthenticationApi.Models.Ciba
Assembly
Auth0.AuthenticationApi.dll

Contains information about the user to contact for authentication.

public class LoginHint
Inheritance
LoginHint
Inherited Members

Properties

Format

[JsonProperty("format")]
public string Format { get; set; }

Property Value

string

Issuer

Issuer of the ID Token. This value should match the 'Issuer' value configured in the well-known configuration.

[JsonProperty("iss")]
public string Issuer { get; set; }

Property Value

string

Subject

[JsonProperty("sub")]
public string Subject { get; set; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string