-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(auth): Added the api shells for signin and confirmsignin for passwordless #2638
feat(auth): Added the api shells for signin and confirmsignin for passwordless #2638
Conversation
core/src/main/java/com/amplifyframework/auth/AuthPasswordlessDeliveryDestination.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/amplifyframework/auth/AuthPasswordlessFlow.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/amplifyframework/auth/AuthPasswordlessFlow.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/amplifyframework/auth/options/AuthOTPOptions.java
Outdated
Show resolved
Hide resolved
...nito/src/main/java/com/amplifyframework/auth/cognito/options/AWSCognitoAuthWithOTPOptions.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with one minor comment
core/src/main/java/com/amplifyframework/auth/AuthPasswordlessFlow.java
Outdated
Show resolved
Hide resolved
aws-auth-cognito/src/main/java/com/amplifyframework/auth/cognito/AWSCognitoAuthPlugin.kt
Show resolved
Hide resolved
aws-auth-cognito/src/main/java/com/amplifyframework/auth/cognito/RealAWSCognitoAuthPlugin.kt
Show resolved
Hide resolved
...rc/main/java/com/amplifyframework/auth/cognito/options/AWSCognitoAuthWithMagicLinkOptions.kt
Outdated
Show resolved
Hide resolved
...rc/main/java/com/amplifyframework/auth/cognito/options/AWSCognitoAuthWithMagicLinkOptions.kt
Outdated
Show resolved
Hide resolved
* Get user attributes to be sent to the service such as information about the user | ||
* @return user attributes to be sent to the service such as information about the user | ||
*/ | ||
val userMetadata: Map<String, String>? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no reason for this to be null when its impossible for builder to pass null.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Issue #, if available:
Description of changes:
How did you test these changes?
(Please add a line here how the changes were tested)
Documentation update required?
General Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.