Class ClientCredentialsGrant
java.lang.Object
io.confluent.security.authentication.oidc.GrantBase
io.confluent.security.authentication.oidc.ClientCredentialsGrant
Represents a client's request for authentication via client credentials
https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication
-
Nested Class Summary
Nested classes/interfaces inherited from class io.confluent.security.authentication.oidc.GrantBase
GrantBase.GrantType -
Constructor Summary
ConstructorsConstructorDescriptionClientCredentialsGrant(String scopesString) ClientCredentialsGrant(Set<String> scopes) -
Method Summary
Methods inherited from class io.confluent.security.authentication.oidc.GrantBase
getTokenError, getTokenRequest, getTokenResponse
-
Constructor Details
-
ClientCredentialsGrant
-
ClientCredentialsGrant
-
-
Method Details
-
getGrantType
- Specified by:
getGrantTypein classGrantBase
-