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 class
Client secret basic authentication at the Token endpoint.final class
Client secret post authentication at the Token endpoint.