Class GrantBase

java.lang.Object
io.confluent.security.authentication.oidc.GrantBase
Direct Known Subclasses:
ClientCredentialsGrant

public abstract class GrantBase extends Object
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