Show / Hide Table of Contents

Class AuthenticationRequest.ClaimsRequest

Claims request.

Inheritance
object
AuthenticationRequest.ClaimsRequest
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.ClaimsRequest

Constructors

ClaimsRequest()

Initializes a new instance of the ClaimsRequest class.

Declaration
public ClaimsRequest()

ClaimsRequest(string)

Initializes a new instance of the ClaimsRequest class.

Declaration
public ClaimsRequest(string json)
Parameters
Type Name Description
string json

The JSON string to deserialize.

Properties

IDToken

The claims to be returned in the ID token.

Declaration
public IDictionary<string, AuthenticationRequest.ClaimRequest>? IDToken { get; set; }
Property Value
Type Description
IDictionary<string, AuthenticationRequest.ClaimRequest>

UserInfo

The claims to be returned as user info.

Declaration
public IDictionary<string, AuthenticationRequest.ClaimRequest>? UserInfo { get; set; }
Property Value
Type Description
IDictionary<string, AuthenticationRequest.ClaimRequest>
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.