Class Oauth2JwtBearerConfig (1.41.0)

Oauth2JwtBearerConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

JWT Profile Oauth 2.0 Authorization Grant authentication configuration.

Attributes

Name Description
issuer str
Required. Issuer value or parameter name to pass it through.
subject str
Required. Subject value or parameter name to pass it through.
client_key str
Required. Client key value or parameter name to pass it through.