GoogleJWTProcessor
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
+ implementation | No | const | No | - | Implementation |
- jwks_url | No | string | No | - | Jwks Url |
- audience | No | string | No | - | Audience |
- issuer | No | string | No | - | Issuer |
1. Property implementation
Title: Implementation
Type | const |
Required | Yes |
Specific value: "GoogleJWTProcessor"
2. Property jwks_url
Title: Jwks Url
Type | string |
Required | No |
Default | "https://www.googleapis.com/oauth2/v3/certs" |
Description: The URL to fetch the JWKS from. Defaults to https://www.googleapis.com/oauth2/v3/certs
3. Property audience
Title: Audience
Type | string |
Required | No |
Default | null |
Description: Your google client ID. Defaults to the environment variable GOOGLE_CLIENT_ID
4. Property issuer
Title: Issuer
Type | string |
Required | No |
Default | "accounts.google.com" |
Description: The issuer of the JWT. Defaults to accounts.google.com