Skip to main content

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

FunctionDescription
get_remote_jwkGets a Remote JSON Web Key (cryptographic key)
verify_oauth_tokenVerifies the validity of the OAuth Token from Google or Apple