Introduction to OIDC Server
Implemented StandardsTechnical Requirements
Abblix.Oidc.Server
Abblix.Oidc.Server.Common.ConstantsApplicationTypesAuthenticationMethodReferencesBackchannelTokenDeliveryModesClientAssertionTypesClientAuthenticationMethodsClientSecurityProfileClientTypeCodeChallengeMethodsDisplayModesErrorCodesFlowTypesGrantTypesHttpRequestHeadersJwtTypesMediaTypesOidcConstantsPromptsRequestUrnResourceDefinitionResponseModesResponseTypesResponseTypesExtensionsScopeDefinitionScopesStandardScopesSubjectTypesTokenExchangeTokenTypesTokenTypeIdentifiersTokenTypes
Эта страница ещё не переведена.
ClientType Enum
Enumeration representing the type of OAuth 2.0 client.
public enum ClientTypeFields
Public 0
Represents a public client that does not have a client secret.
Confidential 1
Represents a confidential client that has a client secret.