UNPKG

@arc-publishing/sdk-identity

Version:
4 lines (3 loc) 249 B
import { APIErrorResponse } from '../serviceHelpers/APIErrorResponse'; import { SocialSignOnProviders } from './socialSignOnTypes'; export default function unlinkSocialIdentity(grantType: SocialSignOnProviders): Promise<boolean | APIErrorResponse>;