Class Claim
Represents a claim.
Inheritance
object
Claim
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0User
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
RequestResponse
public class Claim
Remarks
For more information, see https://docs.microsoft.com/en-us/dotnet/api/system.security.claims.claim.
Properties
Type
Gets or sets the a string defining what the value of the claim means.
Declaration
RequestResponse
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Gets or sets the value of the claim.
Declaration
RequestResponse
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |