Uses of Class
com.nimbusds.oauth2.sdk.id.SoftwareID
-
Packages that use SoftwareID Package Description com.nimbusds.oauth2.sdk.client OAuth 2.0 dynamic client registration. -
-
Uses of SoftwareID in com.nimbusds.oauth2.sdk.client
Methods in com.nimbusds.oauth2.sdk.client that return SoftwareID Modifier and Type Method Description SoftwareIDClientMetadata. getSoftwareID()Gets the identifier for the OAuth 2.0 client software.Methods in com.nimbusds.oauth2.sdk.client with parameters of type SoftwareID Modifier and Type Method Description voidClientMetadata. setSoftwareID(SoftwareID softwareID)Sets the identifier for the OAuth 2.0 client software.
-