Show / Hide Table of Contents

Class AuthenticationRequest.ClaimsRequest

Claims request.

Inheritance
System.Object
AuthenticationRequest.ClaimsRequest
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.Messages
Assembly: ComponentSpace.OpenID.dll
Syntax
public class 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
System.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
System.Nullable<IDictionary<System.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
System.Nullable<IDictionary<System.String, AuthenticationRequest.ClaimRequest>>
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.