Type Alias: AuthServerType
type AuthServerType = "oauth" | "oidc";
The type of the authorization server. This information should be provided by the server configuration and indicates whether the server is an OAuth 2.0 or OpenID Connect (OIDC) authorization server.