Abblix.Jwt.AuthorizationDetail
AuthorizationDetail.Parameters Class
RFC 9396 §2.2 member names. Type-specific members outside this set live alongside in Json and are accessed by per-type validators directly through the System.Text.Json.Nodes API on the wrapped node.
public static class AuthorizationDetail.ParametersInheritance System.Object → Parameters
Fields
AuthorizationDetail.Parameters.Actions Field
The actions the entry authorises at those locations.
public const string Actions = "actions";Field Value
AuthorizationDetail.Parameters.Datatypes Field
The kinds of data the entry authorises access to.
public const string Datatypes = "datatypes";Field Value
AuthorizationDetail.Parameters.Identifier Field
The identifier of the specific resource the entry is about.
public const string Identifier = "identifier";Field Value
AuthorizationDetail.Parameters.Locations Field
The locations of the resource servers the entry is addressed to.
public const string Locations = "locations";Field Value
AuthorizationDetail.Parameters.Privileges Field
The privileges the entry asks for at those locations.
public const string Privileges = "privileges";Field Value
AuthorizationDetail.Parameters.Type Field
The authorization detail type identifier, REQUIRED on every entry.
public const string Type = "type";