Case when client is registered without token (either initialAccessToken or BearerToken).
Note this will be the case also for update + view + remove with registrationToken, which was created during anonymous registration
Case when client is registered with token (either initialAccessToken or BearerToken).
Note this will be the case also update + view + remove with registrationToken, which was created during authenticated registration or via admin console
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.