ValidateMyCredentials #
Validates the current user's credentials for the specified strategy. This method returns true
if the provided credentials are valid; otherwise an error is triggered. This route does not actually create or modify the user credentials. The credentials to send will depend on the authentication plugin and authentication strategy.
Arguments #
Argument | Type | Description |
strategy | String | Strategy to use |
credentials | Map<String, Object> | A Hashmap representing the credentials |
Return #
A Boolean indicating if the credentials are valid.
Usage #
Arguments #
Argument | Type | Description |
strategy | String | Strategy to use |
credentials | Map<String, Any?> | A Hashmap representing the credentials |
Return #
A Boolean indicating if the credentials are valid.
Usage #