Skip to content

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.

C#
public static class AuthorizationDetail.Parameters

Inheritance System.Object → Parameters

Fields

AuthorizationDetail.Parameters.Actions Field

The actions the entry authorises at those locations.

C#
public const string Actions = "actions";

Field Value

System.String

AuthorizationDetail.Parameters.Datatypes Field

The kinds of data the entry authorises access to.

C#
public const string Datatypes = "datatypes";

Field Value

System.String

AuthorizationDetail.Parameters.Identifier Field

The identifier of the specific resource the entry is about.

C#
public const string Identifier = "identifier";

Field Value

System.String

AuthorizationDetail.Parameters.Locations Field

The locations of the resource servers the entry is addressed to.

C#
public const string Locations = "locations";

Field Value

System.String

AuthorizationDetail.Parameters.Privileges Field

The privileges the entry asks for at those locations.

C#
public const string Privileges = "privileges";

Field Value

System.String

AuthorizationDetail.Parameters.Type Field

The authorization detail type identifier, REQUIRED on every entry.

C#
public const string Type = "type";

Field Value

System.String