Compartir a través de


JsonKeyClaimAction(String, String, String) Constructor

Definición

Crea una nueva jsonKeyClaimAction.

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

Parámetros

claimType
String

Valor que se va a usar para Claim.Type al crear una notificación.

valueType
String

Valor que se va a usar para Claim.ValueType al crear una notificación.

jsonKey
String

Clave de nivel superior que se va a buscar en los datos de usuario json.

Se aplica a