|
ClaimAttribute Constructor
|
Creates a new
ClaimAttribute for use in GSF.Web.Model.ModelController"/>.
Namespace: GSF.Data.ModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax GSF.Data.Model.ClaimAttribute = function(verb, type, value);
View SourceParameters
- verb String
- HTTP verbs of GET, POST, PATCH, or DELETE.
- type String
- Type of claim, use specific ClaimTypes .
- value String
- value of the claim.
See Also