Show / Hide Table of Contents

Class AuthenticationRequest.ClaimRequest

Claim request.

Inheritance
object
AuthenticationRequest.ClaimRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.OpenID.Messages
Assembly: ComponentSpace.OpenID.dll
Syntax
public class AuthenticationRequest.ClaimRequest

Properties

Essential

Flag indicating whether the requested claim is essential.

Declaration
[JsonPropertyName("essential")]
public bool? Essential { get; set; }
Property Value
Type Description
bool?

Name

The requested claim's name.

Declaration
[JsonIgnore]
public string? Name { get; set; }
Property Value
Type Description
string

Value

The requested claim's required value.

Declaration
[JsonPropertyName("value")]
public string? Value { get; set; }
Property Value
Type Description
string

Values

The requested claim's possible values.

Declaration
[JsonPropertyName("values")]
public string[]? Values { get; set; }
Property Value
Type Description
string[]
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.