@arc-publishing/sdk-identity
v1.94.0
Published
JS Identity SDK for working with Identity API
Readme
Identity
This SDK is responsible for interacting with the Arc Identity APIs. It will handle managing the JWT, sign-in, sign-out, registration and any other self-service account management functions.
Authentication
- Properties
- [[userIdentity]]
- Methods
- [[login]]
- [[initFacebookLogin]]
- [[facebookSignOn]]
- [[initGoogleLogin]]
- [[googleSignOn]]
- [[requestMagicLink]] soon to be deprecated. Use
requestOTALinkinstead. - [[requestOTALink]]
- [[redeemMagicLink]] soon to be deprecated. Use
redeemOTALinkinstead. - [[redeemOTALink]]
- [[extendSession]]
- [[logout]]
Profile
- Properties
- [[userProfile]]
- Methods
- [[signUp]]
- [[getUserProfile]]
- [[updateUserProfile]]
- [[requestVerifyEmail]]
- [[verifyEmail]]
- [[requestDeleteAccount]]
- [[approveDeleteAccount]]
- [[declineDeleteAccount]]
- [[uploadAvatar]] _deprecated
- [[deleteAvatar]] _deprecated
Password Reset
- Methods
- [[updatePassword]]
- [[requestResetPassword]]
- [[resetPassword]]
Configuration
- Methods
- [[getConfig]]
- Properties
- [[configOptions]]
