UNPKG

supertokens-node

Version:
9 lines (8 loc) 267 B
// @ts-nocheck import { APIInterface, APIOptions } from "../"; import { UserContext } from "../../../types"; export default function appleRedirectHandler( apiImplementation: APIInterface, options: APIOptions, userContext: UserContext ): Promise<boolean>;