amazon-archives / amazon-cognito-identity-js

Amazon Cognito Identity SDK for JavaScript
Other
985 stars 454 forks source link

Why does AuthenticationHelper have a getSmallAValue method? #619

Closed belgac closed 6 years ago

belgac commented 6 years ago

The AuthenticationHelper Class has a getSmallAValue method but it isn't called by the class itself or any other part of the code that I can find.

Is there any reason for this method to exist?

itrestian commented 6 years ago

Probably was left after some refactoring that moved some of the authentication computations from CognitoUser to the AuthenticationHelper.