#### [Abblix\.Oidc\.Server](https://www.abblix.com/en/docs/api/abblix-oidc-server 'index')
### [Abblix\.Oidc\.Server\.Common\.Constants](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Common.Constants 'Abblix\.Oidc\.Server\.Common\.Constants')

## StandardScopes Class

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

```csharp
public static class StandardScopes
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → StandardScopes
### Fields

## StandardScopes\.Address Field {#Abblix.Oidc.Server.Common.Constants.StandardScopes.Address}

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

```csharp
public static readonly ScopeDefinition Address;
```

#### Field Value
[ScopeDefinition](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Common.Constants.ScopeDefinition 'Abblix\.Oidc\.Server\.Common\.Constants\.ScopeDefinition')

## StandardScopes\.Email Field {#Abblix.Oidc.Server.Common.Constants.StandardScopes.Email}

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

```csharp
public static readonly ScopeDefinition Email;
```

#### Field Value
[ScopeDefinition](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Common.Constants.ScopeDefinition 'Abblix\.Oidc\.Server\.Common\.Constants\.ScopeDefinition')

## StandardScopes\.OfflineAccess Field {#Abblix.Oidc.Server.Common.Constants.StandardScopes.OfflineAccess}

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

```csharp
public static readonly ScopeDefinition OfflineAccess;
```

#### Field Value
[ScopeDefinition](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Common.Constants.ScopeDefinition 'Abblix\.Oidc\.Server\.Common\.Constants\.ScopeDefinition')

## StandardScopes\.OpenId Field {#Abblix.Oidc.Server.Common.Constants.StandardScopes.OpenId}

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

```csharp
public static readonly ScopeDefinition OpenId;
```

#### Field Value
[ScopeDefinition](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Common.Constants.ScopeDefinition 'Abblix\.Oidc\.Server\.Common\.Constants\.ScopeDefinition')

## StandardScopes\.Phone Field {#Abblix.Oidc.Server.Common.Constants.StandardScopes.Phone}

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

```csharp
public static readonly ScopeDefinition Phone;
```

#### Field Value
[ScopeDefinition](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Common.Constants.ScopeDefinition 'Abblix\.Oidc\.Server\.Common\.Constants\.ScopeDefinition')

## StandardScopes\.Profile Field {#Abblix.Oidc.Server.Common.Constants.StandardScopes.Profile}

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

```csharp
public static readonly ScopeDefinition Profile;
```

#### Field Value
[ScopeDefinition](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Common.Constants.ScopeDefinition 'Abblix\.Oidc\.Server\.Common\.Constants\.ScopeDefinition')
