UNPKG

@arc-publishing/sdk-identity

Version:
10 lines 325 B
export function isLegacyGoogleSetting(object) { return object.auth2 !== undefined; } export function isGoogleCredentialResponse(object) { return object.credential !== undefined; } export function isFacebookLoginResponse(object) { return object.status !== undefined; } //# sourceMappingURL=socialSignOnTypes.js.map