This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import axios from 'axios'; | |
import * as jwt from 'jsonwebtoken'; | |
import * as jwksClient from 'jwks-rsa'; | |
import jwtDecode, { JwtHeader } from 'jwt-decode'; | |
/** | |
* @see {@link https://github.com/expo/expo/blob/sdk-44/packages/expo-apple-authentication/src/AppleAuthentication.types.ts#L147} | |
* An object representing the tokenized portions of the user's full name. Any of all of the fields | |
* may be `null`. Only applicable fields that the user has allowed your app to access will be nonnull. | |
*/ |