Uses of Enum
com.nimbusds.oauth2.sdk.client.ClientType
Packages that use ClientType
Package
Description
OAuth 2.0 Authorisation Server (AS) classes.
OAuth 2.0 dynamic client registration.
-
Uses of ClientType in com.nimbusds.oauth2.sdk.as
Methods in com.nimbusds.oauth2.sdk.as that return types with arguments of type ClientTypeModifier and TypeMethodDescriptionAuthorizationServerMetadata.getIncrementalAuthorizationTypes()ReadOnlyAuthorizationServerMetadata.getIncrementalAuthorizationTypes()Gets the supported OAuth 2.0 client types for incremental authorisation.Method parameters in com.nimbusds.oauth2.sdk.as with type arguments of type ClientTypeModifier and TypeMethodDescriptionvoidAuthorizationServerMetadata.setIncrementalAuthorizationTypes(List<ClientType> incrementalAuthzTypes) Sets the supported OAuth 2.0 client types for incremental authorisation. -
Uses of ClientType in com.nimbusds.oauth2.sdk.client
Methods in com.nimbusds.oauth2.sdk.client that return ClientTypeModifier and TypeMethodDescriptionClientInformation.inferClientType()Infers the client type.static ClientTypeReturns the enum constant of this type with the specified name.static ClientType[]ClientType.values()Returns an array containing the constants of this enum type, in the order they are declared.