Class GrantBase
java.lang.Object
io.confluent.security.authentication.oidc.GrantBase
- Direct Known Subclasses:
ClientCredentialsGrant
Base class representing a client's OpenId authentication request.
https://datatracker.ietf.org/doc/html/rfc6749#section-1.3
The response/error will be populated after the grant has been processed by
OpenIdClient-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getGrantType
-
getTokenRequest
-
getTokenResponse
-
getTokenError
-