Zum Inhalt springen
Abblix
Diese Seite wurde noch nicht übersetzt.

ScopeDefinition Class

Defines a structure for OAuth 2.0 scope definitions, specifying the scope and associated claim types.

C#
public record ScopeDefinition : System.IEquatable<Abblix.Oidc.Server.Common.Constants.ScopeDefinition>

Inheritance System.Object → ScopeDefinition

Implements System.IEquatable<ScopeDefinition>

Constructors

ScopeDefinition(string, string[]) Constructor

Defines a structure for OAuth 2.0 scope definitions, specifying the scope and associated claim types.

C#
public ScopeDefinition(string Scope, params string[] ClaimTypes);

Parameters

Scope System.String

ClaimTypes System.String[]