Skip to main content

StandardScopes Class

Abblix.Oidc.Server

Abblix.Oidc.Server.Common.Constants

StandardScopes Class

Provides definitions for standard OpenID Connect scopes and their associated claims.

public static class StandardScopes

Inheritance System.Object → StandardScopes

Fields

StandardScopes.Address Field

Represents the 'address' scope, including claims about the end-user's physical address.

public static readonly ScopeDefinition Address;

Field Value

ScopeDefinition

StandardScopes.Email Field

Represents the 'email' scope, including claims about the end-user's email address and verification status.

public static readonly ScopeDefinition Email;

Field Value

ScopeDefinition

StandardScopes.OfflineAccess Field

Represents the 'offline_access' scope, which allows the client to request refresh tokens for long-term access.

public static readonly ScopeDefinition OfflineAccess;

Field Value

ScopeDefinition

StandardScopes.OpenId Field

Represents the 'openid' scope, which is essential for OpenID Connect processes.

public static readonly ScopeDefinition OpenId;

Field Value

ScopeDefinition

StandardScopes.Phone Field

Represents the 'phone' scope, including claims about the end-user's phone number and verification status.

public static readonly ScopeDefinition Phone;

Field Value

ScopeDefinition

StandardScopes.Profile Field

Represents the 'profile' scope, including claims about the end-user's profile information.

public static readonly ScopeDefinition Profile;

Field Value

ScopeDefinition