CreateUserResponse
//d1-client-java/io.cybercrypt.d1.response/CreateUserResponse
CreateUserResponse
[d1]\ public class CreateUserResponse
Constructors
CreateUserResponse | [d1] public voidCreateUserResponse(StringuserId, Stringpassword) Initializes a new instance of the CreateUserResponse. |
Functions
Name | Summary |
---|---|
getPassword | [d1] public StringgetPassword() Gets the password. |
getUserId | [d1] public StringgetUserId() Gets the user ID. |
Properties
Name | Summary |
---|---|
password | [d1] public Stringpassword |
userId | [d1] public StringuserId |