Uses of Class
com.nimbusds.oauth2.sdk.id.SoftwareVersion
Packages that use SoftwareVersion
-
Uses of SoftwareVersion in com.nimbusds.oauth2.sdk.client
Methods in com.nimbusds.oauth2.sdk.client that return SoftwareVersionModifier and TypeMethodDescriptionClientMetadata.getSoftwareVersion()Gets the version identifier for the OAuth 2.0 client software.Methods in com.nimbusds.oauth2.sdk.client with parameters of type SoftwareVersionModifier and TypeMethodDescriptionvoidClientMetadata.setSoftwareVersion(SoftwareVersion softwareVersion) Sets the version identifier for the OAuth 2.0 client software.