UNPKG

@arc-publishing/sdk-identity

Version:
5 lines (4 loc) 240 B
import { APIErrorResponse } from '../serviceHelpers/APIErrorResponse'; import { UserIdentity } from './userIdentity'; export declare const appleSignOn: (code: string) => Promise<UserIdentity | APIErrorResponse>; export default appleSignOn;