@arc-publishing/sdk-identity
Version:
JS Identity SDK for working with Identity API
10 lines • 325 B
JavaScript
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