Aller au contenu
Abblix
Cette page n'a pas encore été traduite.

StandardScopes Class

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

C#
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.

C#
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.

C#
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.

C#
public static readonly ScopeDefinition OfflineAccess;

Field Value

ScopeDefinition

StandardScopes.OpenId Field

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

C#
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.

C#
public static readonly ScopeDefinition Phone;

Field Value

ScopeDefinition

StandardScopes.Profile Field

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

C#
public static readonly ScopeDefinition Profile;

Field Value

ScopeDefinition