Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--GoogleJWTProcessor.json
Parent schema eidolon-resource
Type: object

Properties

implementation const: "GoogleJWTProcessor" required
Constant: "GoogleJWTProcessor"
jwks_url string

The URL to fetch the JWKS from. Defaults to https://www.googleapis.com/oauth2/v3/certs

Default: "https://www.googleapis.com/oauth2/v3/certs"
audience string

Your google client ID. Defaults to the environment variable GOOGLE_CLIENT_ID

Default: null
issuer string

The issuer of the JWT. Defaults to accounts.google.com

Default: "accounts.google.com"