ApplicationProfiles Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constants for the different application profiles for applications in an authorization server.
public ref class ApplicationProfiles abstract sealed
public static class ApplicationProfiles
type ApplicationProfiles = class
Public Class ApplicationProfiles
- Inheritance
-
ApplicationProfiles
Fields
API |
The application is an external API registered with the authorization server. |
IdentityServerJwt |
The application is an API that coexists with the authorization server. |
IdentityServerSPA |
The application is a single page application that coexists with the authorization server. |
NativeApp |
The application is a native application like a mobile or desktop application. |
SPA |
The application is an external single page application registered with the authorization server. |