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
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
Subject
[JsonProperty("sub")]
public string Subject { get; set; }
Property Value
Methods
ToString()
public override string ToString()