Uses of Class
com.nimbusds.oauth2.sdk.id.SoftwareID
Packages that use SoftwareID
-
Uses of SoftwareID in com.nimbusds.oauth2.sdk.client
Methods in com.nimbusds.oauth2.sdk.client that return SoftwareIDModifier and TypeMethodDescriptionClientMetadata.getSoftwareID()
Gets the identifier for the OAuth 2.0 client software.Methods in com.nimbusds.oauth2.sdk.client with parameters of type SoftwareIDModifier and TypeMethodDescriptionvoid
ClientMetadata.setSoftwareID
(SoftwareID softwareID) Sets the identifier for the OAuth 2.0 client software.