<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.16.0" />

Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectScope

public static class OpenIdConnectScope
Defines scopes for OpenID Connect. For details, See: .
public const string Address = "address"

Indicates the address scope. See: .

public const string Email = "email"

Indicates the email scope. See: .

public const string OfflineAccess = "offline_access"

Indicates the offline_access scope. See: .

public const string OpenId = "openid"

Indicates the openid scope. See: .

public const string OpenIdProfile = "openid profile"

Indicates both openid and profile scopes. See: .

public const string Phone = "phone"

Indicates the phone scope. See: .

public const string Profile = "profile"

Indicates the profile scope. See: .

public const string UserImpersonation = "user_impersonation"

Indicates the user_impersonation scope for Microsoft Entra ID.