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