public class SignUpResult extends Object
| Constructor and Description |
|---|
SignUpResult(boolean signUpConfirmationState,
UserCodeDeliveryDetails cognitoUserCodeDeliveryDetails) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getConfirmationState()
if true, no further action is necessary
|
UserCodeDeliveryDetails |
getUserCodeDeliveryDetails()
Determine where the confirmation code was sent
|
public SignUpResult(boolean signUpConfirmationState,
UserCodeDeliveryDetails cognitoUserCodeDeliveryDetails)
public boolean getConfirmationState()
public UserCodeDeliveryDetails getUserCodeDeliveryDetails()
Copyright © 2019. All rights reserved.