Glider
Users
Controller
The GliderUsersController
class is
useful to manage all the user operations
Author
N7ghtm4r3 - Tecknobit
See also
EquinoxController
EquinoxUsersController
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
WRONG_DEVICE_DATA_MESSAGE
message to use when the device data are wrong
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@DeleteMapping(path = "USERS_KEY + "/{" + IDENTIFIER_KEY + "}" + "/" + DEVICES_KEY + "/{" + DEVICE_IDENTIFIER_KEY + "}"",
headers = []
)
Endpoint used to disconnect a device from
the current session
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@GetMapping(path = "USERS_KEY + "/{" + IDENTIFIER_KEY + "}" + "/" + DEVICES_KEY",
headers = []
)
Endpoint used to get the connected device of
the user
Link copied to clipboard
@GetMapping(path = "USERS_KEY + "/{" + IDENTIFIER_KEY + "}" + DYNAMIC_ACCOUNT_DATA_ENDPOINT",
headers = []
)
Method used to get the dynamic data of the
user to correctly update in all the devices where the user
is connected
Link copied to clipboard
Link copied to clipboard
Method used to get the list of the custom
parameters of a custom EquinoxUser
from the payload of the signIn
method
Link copied to clipboard
Method used to get the list of the custom
parameters of a custom EquinoxUser
from the payload of the signUp
method
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Method used to validate the data of the
device where the user trying to authenticate
Link copied to clipboard