UNPKG

react-native-gigya-sdk

Version:
34 lines (33 loc) 2.07 kB
export { default as init } from './init' export { default as login } from './login' export { default as logout } from './logout' export { default as getState } from './getState' export { default as getAccount } from './getAccount' export { default as isLoggedIn } from './isLoggedIn' export { default as linkToSite } from './linkToSite' export { default as setAccount } from './setAccount' export { default as setSession } from './setSession' export { default as getSession } from './getSession' export { default as sendApiCall } from './sendApiCall' export { default as verifyLogin } from './verifyLogin' export { default as socialLogin } from './socialLogin' export { default as isGigyaError } from './isGigyaError' export { default as resetPassword } from './resetPassword' export { default as getAllSchemas } from './getAllSchemas' export { default as deleteAccount } from './deleteAccount' export { default as getAccountInfo } from './getAccountInfo' export { default as isSessionValid } from './isSessionValid' export { default as setAccountInfo } from './setAccountInfo' export { default as registerAccount } from './registerAccount' export { default as isAvailableLoginId } from './isAvailableLoginId' export { default as finalizeRegistration } from './finalizeRegistration' export { default as acceptConsentSchemas } from './acceptConsentSchemas' export { default as linkToSocialProvider } from './linkToSocialProvider' export { default as declineConsentSchemas } from './declineConsentSchemas' export { default as getConflictingAccount } from './getConflictingAccount' export { default as grantRequiredConsents } from './grantRequiredConsents' export { default as resendVerificationEmail } from './resendVerificationEmail' export { default as getOptionalConsentSchemas } from './getOptionalConsentSchemas' export { default as getRequiredConsentSchemas } from './getRequiredConsentSchemas' export { default as handleAuthenticationError } from './handleAuthenticationError' export { default as getUnacceptedConsentSchemas } from './getUnacceptedConsentSchemas'