Class Oauth2JwtBearerConfig (0.3.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 parameter name to pass through. Must be in the format $context.variables..
subject str
Required. Subject parameter name to pass through. Must be in the format $context.variables..
client_key str
Required. Client parameter name to pass through. Must be in the format $context.variables..