Uses of Class
com.nimbusds.oauth2.sdk.auth.PlainClientSecret
Packages that use PlainClientSecret
Package
Description
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.authModifier and TypeClassDescriptionfinal classClient secret basic authentication at the Token endpoint.final classClient secret post authentication at the Token endpoint.