Class OpenIDConstants.ClaimNames
The claim names.
Inheritance
System.Object
OpenIDConstants.ClaimNames
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class ClaimNames
Fields
AccessTokenHash
Access token hash.
Declaration
public const string AccessTokenHash = "at_hash"
Field Value
Type | Description |
---|---|
System.String |
Acr
Authentication context class reference.
Declaration
public const string Acr = "acr"
Field Value
Type | Description |
---|---|
System.String |
Address
Address.
Declaration
public const string Address = "address"
Field Value
Type | Description |
---|---|
System.String |
Amr
Authentication methods references.
Declaration
public const string Amr = "amr"
Field Value
Type | Description |
---|---|
System.String |
Aud
Audience.
Declaration
public const string Aud = "aud"
Field Value
Type | Description |
---|---|
System.String |
AuthTime
Authentication time.
Declaration
public const string AuthTime = "auth_time"
Field Value
Type | Description |
---|---|
System.String |
Azp
Authorized party.
Declaration
public const string Azp = "azp"
Field Value
Type | Description |
---|---|
System.String |
Birthdate
Birth date.
Declaration
public const string Birthdate = "birthdate"
Field Value
Type | Description |
---|---|
System.String |
ClientID
Client ID.
Declaration
public const string ClientID = "client_id"
Field Value
Type | Description |
---|---|
System.String |
CodeHash
Code hash.
Declaration
public const string CodeHash = "c_hash"
Field Value
Type | Description |
---|---|
System.String |
Email.
Declaration
public const string Email = "email"
Field Value
Type | Description |
---|---|
System.String |
EmailVerified
Email verified.
Declaration
public const string EmailVerified = "email_verified"
Field Value
Type | Description |
---|---|
System.String |
Exp
Expiration time.
Declaration
public const string Exp = "exp"
Field Value
Type | Description |
---|---|
System.String |
FamilyName
Family name.
Declaration
public const string FamilyName = "family_name"
Field Value
Type | Description |
---|---|
System.String |
Gender
Gender.
Declaration
public const string Gender = "gender"
Field Value
Type | Description |
---|---|
System.String |
GivenName
Given name.
Declaration
public const string GivenName = "given_name"
Field Value
Type | Description |
---|---|
System.String |
Iat
Issued at.
Declaration
public const string Iat = "iat"
Field Value
Type | Description |
---|---|
System.String |
Idp
Identity provider.
Declaration
public const string Idp = "idp"
Field Value
Type | Description |
---|---|
System.String |
Iss
Issuer.
Declaration
public const string Iss = "iss"
Field Value
Type | Description |
---|---|
System.String |
Jti
JWT ID.
Declaration
public const string Jti = "jti"
Field Value
Type | Description |
---|---|
System.String |
Locale
Locale.
Declaration
public const string Locale = "locale"
Field Value
Type | Description |
---|---|
System.String |
MiddleName
Middle name.
Declaration
public const string MiddleName = "middle_name"
Field Value
Type | Description |
---|---|
System.String |
Name
Name.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
System.String |
Nbf
Not before.
Declaration
public const string Nbf = "nbf"
Field Value
Type | Description |
---|---|
System.String |
Nickname
Nickname.
Declaration
public const string Nickname = "nickname"
Field Value
Type | Description |
---|---|
System.String |
Nonce
Nonce.
Declaration
public const string Nonce = "nonce"
Field Value
Type | Description |
---|---|
System.String |
PhoneNumber
Phone number.
Declaration
public const string PhoneNumber = "phone_number"
Field Value
Type | Description |
---|---|
System.String |
PhoneNumberVerified
Phone number verified.
Declaration
public const string PhoneNumberVerified = "phone_number_verified"
Field Value
Type | Description |
---|---|
System.String |
Picture
Picture.
Declaration
public const string Picture = "picture"
Field Value
Type | Description |
---|---|
System.String |
PreferredUsername
Preferred username.
Declaration
public const string PreferredUsername = "preferred_username"
Field Value
Type | Description |
---|---|
System.String |
Profile
Profile.
Declaration
public const string Profile = "profile"
Field Value
Type | Description |
---|---|
System.String |
Scope
Scope.
Declaration
public const string Scope = "scope"
Field Value
Type | Description |
---|---|
System.String |
Sub
Subject.
Declaration
public const string Sub = "sub"
Field Value
Type | Description |
---|---|
System.String |
UpdatedAt
Updated at.
Declaration
public const string UpdatedAt = "updated_at"
Field Value
Type | Description |
---|---|
System.String |
Ver
Version.
Declaration
public const string Ver = "ver"
Field Value
Type | Description |
---|---|
System.String |
Website
Website.
Declaration
public const string Website = "website"
Field Value
Type | Description |
---|---|
System.String |
Zoneinfo
Zoneinfo.
Declaration
public const string Zoneinfo = "zoneinfo"
Field Value
Type | Description |
---|---|
System.String |