Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 43x 43x 43x 79x 21x 21x 21x 37x 37x 37x 9x 9x 9x 9x 25x 25x 25x 25x 25x 11x 11x 10x 10x 2x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 8x 8x 8x 11x 11x 11x 11x 11x 11x 1x 1x 1x 1x 1x 1x 1x 19x 19x 19x 19x 19x 19x 36x 36x 36x 36x 36x 20x 21x 21x 21x 21x 21x 21x 21x 21x 21x 21x 21x 21x 21x 21x 21x 21x 2x 2x 2x 2x 9x 9x 9x 9x 9x 4x 4x 4x 27x 27x 27x 27x 8x 19x 1x 1x 5x 5x 4x 5x 4x 4x 4x 1x | import { profile } from '@affinidi/tools-common' import { v4 as generateUuid } from 'uuid' import WalletStorageService from '../services/WalletStorageService' import { withDidData } from '../shared/getDidData' import { CognitoUserTokens, KeyParams, KeyParamsOrOptions, KeyOptions, MessageParameters, SdkOptions, TokenTrueCaller, } from '../dto/shared.dto' import { ParametersValidator } from '../shared/ParametersValidator' import { getOptionsFromEnvironment, ParsedOptions } from '../shared/getOptionsFromEnvironment' import { BaseNetworkMember, StaticDependencies, ConstructorUserData, createKeyManagementService, } from './BaseNetworkMember' import { createUserManagementService } from '../shared/createUserManagementService' import { generatePassword } from '../shared/generatePassword' import { normalizeShortPassword } from '../shared/normalizeShortPassword' import SdkErrorFromCode from '../shared/SdkErrorFromCode' type UserDataWithCognito = ConstructorUserData & { cognitoUserTokens: CognitoUserTokens } @profile() export class NetworkMemberWithCognito extends BaseNetworkMember { private readonly _userManagementService protected cognitoUserTokens: CognitoUserTokens constructor(userData: UserDataWithCognito, dependencies: StaticDependencies, options: ParsedOptions) { super(userData, dependencies, options) this._userManagementService = createUserManagementService(options) this.cognitoUserTokens = userData.cognitoUserTokens } private static _isKeyParams(keyParamsOrOptions?: KeyParamsOrOptions): keyParamsOrOptions is KeyParams { return !!keyParamsOrOptions && 'encryptedSeed' in keyParamsOrOptions } private static _shouldCallAfterConfirmSignUp(keyParamsOrOptions?: KeyParamsOrOptions) { return !NetworkMemberWithCognito._isKeyParams(keyParamsOrOptions) } private static async _createKeyParams( dependencies: StaticDependencies, options: ParsedOptions, shortPassword: string, keyParamsOrOptions?: KeyParamsOrOptions, ) { Iif (NetworkMemberWithCognito._isKeyParams(keyParamsOrOptions)) { return keyParamsOrOptions } return await NetworkMemberWithCognito._createSignUpKeys(dependencies, options, shortPassword, keyParamsOrOptions) } private static _createKeyParamsOrOptionsValidator(keyParamsOrOptions?: KeyParamsOrOptions) { Eif (!keyParamsOrOptions || NetworkMemberWithCognito._isKeyParams(keyParamsOrOptions)) { return { isArray: false, type: KeyParams, isRequired: false, value: keyParamsOrOptions } } return { isArray: false, type: KeyOptions, isRequired: true, value: keyParamsOrOptions } } private static _validateKeyParamsOrOptions(keyParamsOrOptions?: KeyParamsOrOptions) { Iif (NetworkMemberWithCognito._isKeyParams(keyParamsOrOptions)) { NetworkMemberWithCognito._validateKeys(keyParamsOrOptions) } } /** * @description Initiates passwordless login to Affinity * @param options - parameters with specified environment * @param login - email/phoneNumber, registered in Cognito * @param messageParameters - optional parameters with specified welcome message * @returns token */ public static async initiateLogInPasswordless( inputOptions: SdkOptions, login: string, messageParameters?: MessageParameters, ): Promise<string> { await ParametersValidator.validate([ { isArray: false, type: SdkOptions, isRequired: true, value: inputOptions }, { isArray: false, type: 'string', isRequired: true, value: login }, { isArray: false, type: MessageParameters, isRequired: false, value: messageParameters }, ]) const options = getOptionsFromEnvironment(inputOptions) const userManagementService = createUserManagementService(options) return await userManagementService.initiateLogInPasswordless(login, messageParameters) } /** * @description Completes login * @param options - parameters for BaseNetworkMember initialization * @param token - returned by initiateLogInPasswordless * @param confirmationCode - OTP sent by AWS Cognito/SES * @returns initialized instance of SDK */ public static async completeLogInPasswordless( dependencies: StaticDependencies, inputOptions: SdkOptions, token: string, confirmationCode: string, ) { await ParametersValidator.validate([ { isArray: false, type: SdkOptions, isRequired: true, value: inputOptions }, { isArray: false, type: 'string', isRequired: true, value: token }, { isArray: false, type: 'confirmationCode', isRequired: true, value: confirmationCode }, ]) const options = getOptionsFromEnvironment(inputOptions) const userManagementService = createUserManagementService(options) const keyManagementService = createKeyManagementService(options) const cognitoUserTokens = await userManagementService.completeLogInPasswordless(token, confirmationCode) const userData = await keyManagementService.pullUserData(cognitoUserTokens.accessToken) return new NetworkMemberWithCognito({ ...userData, cognitoUserTokens }, dependencies, options) } /** * @description Signs out current user */ public async logOut(): Promise<void> { const newTokens = await this._userManagementService.logOut(this.cognitoUserTokens) this.cognitoUserTokens = newTokens } /** * @description Get user metadata info * @returns userCreateDate */ public async getInfo() { return this._userManagementService.getInfo(this.cognitoUserTokens) } /** * @description Initiates reset password flow * @param options - parameters with specified environment * @param login - email/phoneNumber, registered in Cognito * @param messageParameters - optional parameters with specified welcome message * @returns token to be used with completeForgotPassword */ public static async initiateForgotPassword( inputOptions: SdkOptions, login: string, messageParameters?: MessageParameters, ): Promise<string> { await ParametersValidator.validate([ { isArray: false, type: SdkOptions, isRequired: true, value: inputOptions }, { isArray: false, type: 'string', isRequired: true, value: login }, ]) const options = getOptionsFromEnvironment(inputOptions) const userManagementService = createUserManagementService(options) await userManagementService.initiateForgotPassword(login, messageParameters) return JSON.stringify({ login }) } /** * @description Completes reset password flow * @param options - parameters with specified environment * @param forgotPasswordToken - token returned by initiateForgotPassword * @param confirmationCode - OTP sent by AWS Cognito/SES * @param newPassword - new password * @returns initialized instance of SDK */ public static async completeForgotPassword( dependencies: StaticDependencies, inputOptions: SdkOptions, forgotPasswordToken: string, confirmationCode: string, newPassword: string, ) { await ParametersValidator.validate([ { isArray: false, type: SdkOptions, isRequired: true, value: inputOptions }, { isArray: false, type: 'string', isRequired: true, value: forgotPasswordToken }, { isArray: false, type: 'confirmationCode', isRequired: true, value: confirmationCode }, { isArray: false, type: 'string', isRequired: true, value: newPassword }, ]) const { login } = JSON.parse(forgotPasswordToken) const options = getOptionsFromEnvironment(inputOptions) const userManagementService = createUserManagementService(options) await userManagementService.completeForgotPassword(login, confirmationCode, newPassword) return await NetworkMemberWithCognito._logInWithPassword(dependencies, options, login, newPassword) } /** * @description Logins to Affinity with login and password * @param options - optional parameters for BaseNetworkMember initialization * @param login - arbitrary username or email or phone number, registered in Cognito * @param password - password for Cognito user * @returns initialized instance of SDK */ public static async logInWithPassword( dependencies: StaticDependencies, inputOptions: SdkOptions, username: string, password: string, ) { await ParametersValidator.validate([ { isArray: false, type: SdkOptions, isRequired: true, value: inputOptions }, { isArray: false, type: 'string', isRequired: true, value: username }, { isArray: false, type: 'password', isRequired: true, value: password }, ]) const options = getOptionsFromEnvironment(inputOptions) return await NetworkMemberWithCognito._logInWithPassword(dependencies, options, username, password) } private static async _logInWithPassword( dependencies: StaticDependencies, options: ParsedOptions, username: string, inputPassword: string, ) { const userManagementService = createUserManagementService(options) const keyManagementService = createKeyManagementService(options) const password = normalizeShortPassword(inputPassword, username) const cognitoUserTokens = await userManagementService.logInWithPassword(username, password) const userData = await keyManagementService.pullUserData(cognitoUserTokens.accessToken) return new NetworkMemberWithCognito({ ...userData, cognitoUserTokens }, dependencies, options) } /** * @description Logins to Affinity with refresh token * @param dependencies - static dependencies including platform crypto tools * @param inputOptions - optional parameters for BaseNetworkMember initialization * @param refreshToken - refresh token to login and get new refreshed tokens * @returns initialized instance of SDK */ public static async logInWithRefreshToken( dependencies: StaticDependencies, inputOptions: SdkOptions, refreshToken: string, ) { await ParametersValidator.validate([ { isArray: false, type: SdkOptions, isRequired: true, value: inputOptions }, { isArray: false, type: 'string', isRequired: true, value: refreshToken }, ]) const options = getOptionsFromEnvironment(inputOptions) return await NetworkMemberWithCognito._logInWithRefreshToken(dependencies, options, refreshToken) } private static async _logInWithRefreshToken( dependencies: StaticDependencies, options: ParsedOptions, refreshToken: string, ) { const userManagementService = createUserManagementService(options) const keyManagementService = createKeyManagementService(options) const cognitoUserTokens = await userManagementService.logInWithRefreshToken(refreshToken) const userData = await keyManagementService.pullUserData(cognitoUserTokens.accessToken) return new NetworkMemberWithCognito({ ...userData, cognitoUserTokens }, dependencies, options) } /** * @description Initiates sign up flow to Affinity wallet, optionally with already created did * @param inputOptiosn - parameters with specified environment * @param username - arbitrary username * @param inputPassword - password * @param keyParamsOrOptions (optional) - { encryptedSeed, password } - previously created keys to be stored at wallet * @returns initialized instance of SDK */ public static async signUpWithUsername( dependencies: StaticDependencies, inputOptions: SdkOptions, username: string, inputPassword: string, keyParamsOrOptions?: KeyParamsOrOptions, ) { await ParametersValidator.validate([ { isArray: false, type: SdkOptions, isRequired: true, value: inputOptions }, { isArray: false, type: 'string', isRequired: true, value: username }, { isArray: false, type: 'password', isRequired: true, value: inputPassword }, NetworkMemberWithCognito._createKeyParamsOrOptionsValidator(keyParamsOrOptions), ]) NetworkMemberWithCognito._validateKeyParamsOrOptions(keyParamsOrOptions) const options = getOptionsFromEnvironment(inputOptions) const userManagementService = createUserManagementService(options) const password = normalizeShortPassword(inputPassword, username) const cognitoTokens = await userManagementService.signUpWithUsernameAndConfirm(username, password) return NetworkMemberWithCognito._confirmSignUp(dependencies, options, cognitoTokens, password, keyParamsOrOptions) } private static async _initiateSignUpByEmailOrPhone( inputOptions: SdkOptions, login: string, inputPassword?: string, messageParameters?: MessageParameters, ): Promise<string> { await ParametersValidator.validate([ { isArray: false, type: 'string', isRequired: true, value: login }, { isArray: false, type: 'password', isRequired: false, value: inputPassword }, { isArray: false, type: SdkOptions, isRequired: true, value: inputOptions }, { isArray: false, type: MessageParameters, isRequired: false, value: messageParameters }, ]) const options = getOptionsFromEnvironment(inputOptions) const userManagementService = createUserManagementService(options) const password = normalizeShortPassword(inputPassword || (await generatePassword()), login) return userManagementService.initiateSignUpWithEmailOrPhone(login, password, messageParameters) } /** * @description Initiates sign up flow * @param options - parameters with specified environment * @param email - email address * @param password (optional) - if not provided, a random password will be generated * @param messageParameters (optional) - parameters with specified welcome message * @returns token */ public static async initiateSignUpByEmail( inputOptions: SdkOptions, email: string, password?: string, messageParameters?: MessageParameters, ): Promise<string> { return NetworkMemberWithCognito._initiateSignUpByEmailOrPhone(inputOptions, email, password, messageParameters) } /** * @description Initiates sign up flow * @param options - parameters with specified environment * @param phone - phone number * @param password (optional) - if not provided, a random password will be generated * @param messageParameters (optional) - parameters with specified welcome message * @returns token */ public static async initiateSignUpByPhone( inputOptions: SdkOptions, phone: string, password?: string, messageParameters?: MessageParameters, ): Promise<string> { return NetworkMemberWithCognito._initiateSignUpByEmailOrPhone(inputOptions, phone, password, messageParameters) } /** * @description Completes sign up flow, optionally with already created did * (as result created keys will be stored at the Affinity Wallet) * @param options - optional parameters for BaseNetworkMember initialization * @param token - Token returned by initiateSignUp method. * @param confirmationCode - OTP sent by AWS Cognito/SES. * @param keyParamsOrOptions (optional) - { encryptedSeed, password } - previously created keys to be stored at wallet. * @returns initialized instance of SDK */ public static async completeSignUp( dependencies: StaticDependencies, inputOptions: SdkOptions, signUpToken: string, confirmationCode: string, keyParamsOrOptions?: KeyParamsOrOptions, passwordLess?: boolean, ) { ParametersValidator.validate([ { isArray: false, type: SdkOptions, isRequired: true, value: inputOptions }, { isArray: false, type: 'string', isRequired: true, value: signUpToken }, { isArray: false, type: 'confirmationCode', isRequired: true, value: confirmationCode }, NetworkMemberWithCognito._createKeyParamsOrOptionsValidator(keyParamsOrOptions), ]) NetworkMemberWithCognito._validateKeyParamsOrOptions(keyParamsOrOptions) const options = getOptionsFromEnvironment(inputOptions) const userManagementService = createUserManagementService(options) const { cognitoTokens, shortPassword } = await userManagementService.completeSignUpForEmailOrPhone( signUpToken, confirmationCode, options.accessApiKey, passwordLess, ) return NetworkMemberWithCognito._confirmSignUp( dependencies, options, cognitoTokens, shortPassword, keyParamsOrOptions, ) } private static async _createSignUpKeys( dependencies: StaticDependencies, options: ParsedOptions, shortPassword: string, keyOptions?: KeyOptions, ) { const passwordHash = WalletStorageService.hashFromString(shortPassword) const registerResult = await NetworkMemberWithCognito._register(dependencies, options, passwordHash, keyOptions) const { encryptedSeed, didDocument } = registerResult return { password: passwordHash, encryptedSeed, didDocument } } private static async _confirmSignUp( dependencies: StaticDependencies, options: ParsedOptions, cognitoUserTokens: CognitoUserTokens, shortPassword?: string, inputKeyParamsOrOptions?: KeyParamsOrOptions, ) { const userManagementService = createUserManagementService(options) const keyManagementService = createKeyManagementService(options) const { password, encryptedSeed, didDocument } = await NetworkMemberWithCognito._createKeyParams( dependencies, options, shortPassword, inputKeyParamsOrOptions, ) const { encryptionKey, updatedEncryptedSeed } = await keyManagementService.reencryptSeed( cognitoUserTokens.accessToken, { password, encryptedSeed }, !options.otherOptions.skipBackupEncryptedSeed, ) const userData = withDidData({ encryptedSeed: updatedEncryptedSeed, password: encryptionKey, didDocument, }) const result = new NetworkMemberWithCognito({ ...userData, cognitoUserTokens }, dependencies, options) await userManagementService.markRegistrationComplete(cognitoUserTokens) Eif (NetworkMemberWithCognito._shouldCallAfterConfirmSignUp(inputKeyParamsOrOptions)) { result.afterConfirmSignUp() } return result } private async afterConfirmSignUp() { const { idToken } = this.cognitoUserTokens Iif (this._options.otherOptions.issueSignupCredential) { const { basicOptions: { env, keyStorageUrl, issuerUrl }, accessApiKey, } = this._options const credentialOfferToken = await WalletStorageService.getCredentialOffer(idToken, keyStorageUrl, { env, accessApiKey, }) const credentialOfferResponseToken = await this.createCredentialOfferResponseToken(credentialOfferToken) const signedCredentials = await WalletStorageService.getSignedCredentials(idToken, credentialOfferResponseToken, { accessApiKey, issuerUrl, keyStorageUrl, }) await this.saveCredentials(signedCredentials) } } /** * @description Resends OTP for sign up flow * @param inputOptions - parameters with specified environment * @param signUpToken - token returned by `initiateSignUp...` * @param messageParameters (optional) - parameters with specified welcome message */ public static async resendSignUp( inputOptions: SdkOptions, signUpToken: string, messageParameters?: MessageParameters, ): Promise<void> { await ParametersValidator.validate([ { isArray: false, type: 'string', isRequired: true, value: signUpToken }, { isArray: false, type: SdkOptions, isRequired: true, value: inputOptions }, { isArray: false, type: MessageParameters, isRequired: false, value: messageParameters }, ]) const options = getOptionsFromEnvironment(inputOptions) const userManagementService = createUserManagementService(options) await userManagementService.resendSignUpByToken(signUpToken, messageParameters) } /** * @description Initiates passwordless sign in of an existing user, * or signs up a new one, if user was not registered * @param options - optional parameters with specified environment * @param username - email or phone number * @param messageParameters - optional parameters with specified welcome message * @returns token */ public static async initiateSignInPasswordless( inputOptions: SdkOptions, login: string, messageParameters?: MessageParameters, ): Promise<string> { await ParametersValidator.validate([ { isArray: false, type: 'string', isRequired: true, value: login }, { isArray: false, type: SdkOptions, isRequired: true, value: inputOptions }, { isArray: false, type: MessageParameters, isRequired: false, value: messageParameters }, ]) // NOTE: This is a passwordless login/sign up flow, // case when user signs up more often const options = getOptionsFromEnvironment(inputOptions) const userManagementService = createUserManagementService(options) try { return JSON.stringify({ signInType: 'logIn', logInToken: await userManagementService.initiateLogInPasswordless(login, messageParameters), }) } catch (err) { // COR-4 user not found Iif (err.code !== 'COR-4') { throw err } const password = normalizeShortPassword(await generatePassword(), login) return JSON.stringify({ signInType: 'signUp', signUpToken: await userManagementService.initiateSignUpWithEmailOrPhone( login, password, messageParameters, options.accessApiKey, true, ), }) } } /** * @description Completes sign in * @param options - optional parameters for BaseNetworkMember initialization * @param token - received from #signIn method * @param confirmationCode - OTP sent by AWS Cognito/SES * @returns an object with a flag, identifying whether new account was created, and initialized instance of SDK */ public static async completeSignInPasswordless( dependencies: StaticDependencies, options: SdkOptions, signInToken: string, confirmationCode: string, ): Promise<{ isNew: boolean; wallet: NetworkMemberWithCognito }> { await ParametersValidator.validate([ { isArray: false, type: SdkOptions, isRequired: true, value: options }, { isArray: false, type: 'string', isRequired: true, value: signInToken }, { isArray: false, type: 'confirmationCode', isRequired: true, value: confirmationCode }, ]) let token try { token = JSON.parse(signInToken) } catch (error) { throw new SdkErrorFromCode('COR-35', {}, error) } switch (token.signInType) { case 'logIn': return { isNew: false, wallet: await this.completeLogInPasswordless(dependencies, options, token.logInToken, confirmationCode), } case 'signUp': return { isNew: true, wallet: await this.completeSignUp(dependencies, options, token.signUpToken, confirmationCode, null, true), } default: throw new SdkErrorFromCode('COR-35', { message: `Incorrect token type '${token.signInType}'` }) } } /** * @description Initiates login of an existing user with `Truecaller` token, * or signs up a new one, if user was not registered * @param inputOptions - optional parameters with specified environment * @param profileTrueCaller - phone number * @param dependencies - static dependencies(cryptographic tools and data to format events logging) * @returns wallet */ public static async signInWithProfile( inputOptions: SdkOptions, profileTrueCaller: TokenTrueCaller, dependencies: StaticDependencies, ): Promise<{ isNew: boolean; wallet: NetworkMemberWithCognito }> { await ParametersValidator.validate([ { isArray: false, type: TokenTrueCaller, isRequired: true, value: profileTrueCaller }, { isArray: false, type: SdkOptions, isRequired: true, value: inputOptions }, ]) const options = getOptionsFromEnvironment(inputOptions) const userManagementService = createUserManagementService(options) const keyManagementService = createKeyManagementService(options) const isValid = await userManagementService.validateProfile(profileTrueCaller) if (!isValid) { throw new Error(`Token is not valid!`) } const { phoneNumber } = await userManagementService.parseAndValidatePayload(profileTrueCaller) const userExists = await userManagementService.doesConfirmedUserExist(phoneNumber) if (userExists) { // logIn const cognitoUserTokens = await userManagementService.logInWithProfile( phoneNumber, profileTrueCaller, inputOptions.env, false, ) const userData = await keyManagementService.pullUserData(cognitoUserTokens.accessToken) return { isNew: false, wallet: new NetworkMemberWithCognito({ ...userData, cognitoUserTokens }, dependencies, options), } } else { // signup const newUsername = generateUuid() const password = normalizeShortPassword(await generatePassword(), newUsername) const cognitoTokens = await userManagementService.signUpWithProfile( newUsername, password, profileTrueCaller, inputOptions.env, ) return { isNew: true, wallet: await NetworkMemberWithCognito._confirmSignUp(dependencies, options, cognitoTokens, password), } } } /** * @description Initiates change user password * @param options - parameters with specified environment * @param oldPassword * @param newPassword */ public async changePassword(oldPassword: string, newPassword: string): Promise<void> { await ParametersValidator.validate([ { isArray: false, type: 'string', isRequired: true, value: oldPassword }, { isArray: false, type: 'string', isRequired: true, value: newPassword }, ]) this.cognitoUserTokens = await this._userManagementService.changePassword( this.cognitoUserTokens, oldPassword, newPassword, ) } private async _initiateChangeEmailOrPhone(newLogin: string, messageParameters?: MessageParameters): Promise<string> { await ParametersValidator.validate([ { isArray: false, type: 'string', isRequired: true, value: newLogin }, { isArray: false, type: MessageParameters, isRequired: false, value: messageParameters }, ]) this.cognitoUserTokens = await this._userManagementService.initiateChangeLogin( this.cognitoUserTokens, newLogin, messageParameters, ) return JSON.stringify({ newLogin }) } /** * @description Initiates change user attribute (email) flow * @param email - new email * @param messageParameters - optional parameters with specified welcome message * @returns token to be used with completeChangeEmailOrPhone */ public async initiateChangeEmail(email: string, messageParameters?: MessageParameters): Promise<string> { return this._initiateChangeEmailOrPhone(email, messageParameters) } /** * @description Initiates change user attribute (email) flow * @param phone - new phone * @param messageParameters - optional parameters with specified welcome message * @returns token to be used with completeChangeEmailOrPhone */ public async initiateChangePhone(phone: string, messageParameters?: MessageParameters): Promise<string> { return this._initiateChangeEmailOrPhone(phone, messageParameters) } /** * @description Completes change user attribute (email/phoneNumber) flow * @param changeEmailOrPhoneToken - token returned by initiateChangePhone or initiateChangeEmail method * @param confirmationCode - OTP sent by AWS Cognito/SES */ public async completeChangeEmailOrPhone(changeEmailOrPhoneToken: string, confirmationCode: string): Promise<void> { await ParametersValidator.validate([ { isArray: false, type: 'string', isRequired: true, value: changeEmailOrPhoneToken }, { isArray: false, type: 'confirmationCode', isRequired: true, value: confirmationCode }, ]) const { newLogin } = JSON.parse(changeEmailOrPhoneToken) this.cognitoUserTokens = await this._userManagementService.completeChangeLogin( this.cognitoUserTokens, newLogin, confirmationCode, ) } /** * @description Serialized the essential data to string that could be later used by `deserialize` * @returns string */ public serializeSession() { return JSON.stringify(this.cognitoUserTokens) } /** * @description Creates a new instance of SDK from string returned by `serialize` * @param options - parameters for AffinityWallet initialization * @param serializedNetworkMember * @returns initialized instance of SDK */ public static async deserializeSession( dependencies: StaticDependencies, inputOptions: SdkOptions, serializedSession: string, ) { await ParametersValidator.validate([ { isArray: false, type: SdkOptions, isRequired: true, value: inputOptions }, { isArray: false, type: 'string', isRequired: true, value: serializedSession }, ]) const cognitoUserTokens = JSON.parse(serializedSession) const options = getOptionsFromEnvironment(inputOptions) const keyManagementService = await createKeyManagementService(options) const userData = await keyManagementService.pullUserData(cognitoUserTokens.accessToken) return new NetworkMemberWithCognito({ ...userData, cognitoUserTokens }, dependencies, options) } } |