InitiateSrpAuthRequest class not defined error #125
-
Hello, I am using this library to athenticate cognito user pool and have adpated it to my requirement. Below is the source code for the same
But the above code gives the error
I don't seem to understand what is the issue here and how to resolve this. Can anyone please let me know the problem here? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@Sourabh-ALTEN The class definition for InitiateSrpAuthRequest does not define the fields Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
@Sourabh-ALTEN The class definition for InitiateSrpAuthRequest does not define the fields
AuthParameters
andClientId
.AuthParameters
field appears to be defined in InitiateCustomAuthRequest. I'm unsure about the source for your example, but kindly refer Amazon CognitoAuthentication extension library examples for guidance on how to use this library.Thanks,
Ashish