Functions
OAuth contains two unique functions for processing the OAuth information from Google and Apple. These functions handle getting the Cryptographic key information and extracting the token information from the Authorization Bearer Token. The majority of these functions rely on functions/methods from the TAF Serverless Common package.
Functions
| Function | Description |
|---|---|
| get_remote_jwk | Gets a Remote JSON Web Key (cryptographic key) |
| verify_oauth_token | Verifies the validity of the OAuth Token from Google or Apple |