Uses of Class
com.nimbusds.oauth2.sdk.auth.PlainClientSecret
-
Packages that use PlainClientSecret Package Description com.nimbusds.oauth2.sdk.auth Implementations of OAuth 2.0 client authentication methods at the Token endpoint. -
-
Uses of PlainClientSecret in com.nimbusds.oauth2.sdk.auth
Subclasses of PlainClientSecret in com.nimbusds.oauth2.sdk.auth Modifier and Type Class Description classClientSecretBasicClient secret basic authentication at the Token endpoint.classClientSecretPostClient secret post authentication at the Token endpoint.
-