java/app/app/src/main/java/com/example/app/components/UserDataFragment.java [66:76]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            });
                            break;

                        case FAILURE:
                            Log.e("ExampleAPP", "IdentityId not present because: " + cognitoAuthSession.getIdentityId().getError().toString());
                    }
                },
                error -> {
                    Log.e("ExampleAPP", error.toString());
                }
        );
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



java/app/app/src/main/java/com/example/app/components/UserDataFragment.java [98:108]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                    });
                                    break;

                                case FAILURE:
                                    Log.e("ExampleAPP", "IdentityId not present because: " + cognitoAuthSession.getIdentityId().getError().toString());
                            }
                        },
                        error -> {
                            Log.e("ExampleAPP", error.toString());
                        }
                );
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



