UniqueJsonKeyClaimAction(String, String, String) Constructor

Definition

Creates a new UniqueJsonKeyClaimAction.

public:
 UniqueJsonKeyClaimAction(System::String ^ claimType, System::String ^ valueType, System::String ^ jsonKey);
public UniqueJsonKeyClaimAction (string claimType, string valueType, string jsonKey);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.Claims.UniqueJsonKeyClaimAction : string * string * string -> Microsoft.AspNetCore.Authentication.OpenIdConnect.Claims.UniqueJsonKeyClaimAction
Public Sub New (claimType As String, valueType As String, jsonKey As String)

Parameters

claimType
String

The value to use for Claim.Type when creating a Claim.

valueType
String

The value to use for Claim.ValueType when creating a Claim.

jsonKey
String

The top level key to look for in the json user data.

Applies to