Skip to content

Commit

Permalink
Error messages reformatted.
Browse files Browse the repository at this point in the history
  • Loading branch information
ImalshaD committed May 22, 2024
1 parent 53d4c3b commit 001f76d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ public class App2AppAuthenticatorConstants {
public static final String DEVICE_VERIFICATION_TOKEN_IDENTIFIER = "deviceVerificationToken";
public static final String SESSION_DATA_KEY = "sessionDataKey";
public static final String APP_AUTH_IDENTIFIER_VALIDATION_EXCEPTION_MESSAGE
= "Error while validating App Auth Identifier.";
= "Error while validating device verification token.";
public static final String ILLEGAL_ARGUMENT_EXCEPTION_MESSAGE
= "Error while creating user for provided loginHint.";
= "Error while creating user for provided login_hint.";
public static final String PARSE_EXCEPTION_MESSAGE = "Error while parsing the provided JWT.";
public static final String PUSH_DEVICE_HANDLER_SERVER_EXCEPTION_MESSAGE
= "Error occurred in push device handler service: ";
= "Error occurred in push device handler service.";
public static final String USER_STORE_EXCEPTION_MESSAGE = "Error while creating authenticated user.";
public static final String PUSH_DEVICE_HANDLER_CLIENT_EXCEPTION_MESSAGE
= "Error occurred in Push Device handler client.";
Expand Down

0 comments on commit 001f76d

Please sign in to comment.