public interface UserCreationResponse
Modifier and Type | Method and Description |
---|---|
boolean |
created()
Whether or not the username was created.
|
Optional<String> |
error()
Error returned when creating user, if any.
|
String |
username()
The username of the user that was requested to create.
|
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.