SignUpResponse
public struct SignUpResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The code delivery details returned by the server response to the user registration request.
Declaration
Swift
public let codeDeliveryDetails: CodeDeliveryDetailsType?
-
A response from the server indicating that a user registration has been confirmed.
Declaration
Swift
public let userConfirmed: Bool
-
The UUID of the authenticated user. This is not the same as username.
Declaration
Swift
public let userSub: String
-
Undocumented
Declaration
Swift
public init(codeDeliveryDetails: CodeDeliveryDetailsType? = nil, userConfirmed: Bool, userSub: String)