mirror of
https://github.com/hmalik144/Driver.git
synced 2026-03-18 07:26:03 +00:00
first commit
This commit is contained in:
58
export_directory/auth_export/accounts.json
Normal file
58
export_directory/auth_export/accounts.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"kind": "identitytoolkit#DownloadAccountResponse",
|
||||
"users": [
|
||||
{
|
||||
"localId": "zMoJiXJfG6hkzbo2okyZfurFZcA2",
|
||||
"lastLoginAt": "1683571061431",
|
||||
"displayName": "",
|
||||
"photoUrl": "",
|
||||
"emailVerified": false,
|
||||
"email": "admin@driver.com",
|
||||
"salt": "fakeSaltUnq9EmXjgHjuCkthZxWg",
|
||||
"passwordHash": "fakeHash:salt=fakeSaltUnq9EmXjgHjuCkthZxWg:password=test123456",
|
||||
"passwordUpdatedAt": 1683577711815,
|
||||
"validSince": "1683577711",
|
||||
"createdAt": "1683571061431",
|
||||
"providerUserInfo": [
|
||||
{
|
||||
"providerId": "password",
|
||||
"email": "admin@driver.com",
|
||||
"federatedId": "admin@driver.com",
|
||||
"rawId": "admin@driver.com",
|
||||
"displayName": "Admin",
|
||||
"photoUrl": ""
|
||||
}
|
||||
],
|
||||
"initialEmail": "test-user-1234@domain.com",
|
||||
"customAttributes": "",
|
||||
"lastRefreshAt": "2023-05-08T20:28:31.821Z"
|
||||
},
|
||||
{
|
||||
"localId": "ajIKGtLVYXWlmnKrhDRSJHEKbnT2",
|
||||
"createdAt": "1683501517092",
|
||||
"lastLoginAt": "1683576853029",
|
||||
"passwordHash": "fakeHash:salt=fakeSaltbteVu3VkZRQNIoW3kLfx:password=test123456",
|
||||
"salt": "fakeSaltbteVu3VkZRQNIoW3kLfx",
|
||||
"passwordUpdatedAt": 1683577693985,
|
||||
"providerUserInfo": [
|
||||
{
|
||||
"providerId": "password",
|
||||
"email": "existing-driver@driver.com",
|
||||
"federatedId": "existing-driver@driver.com",
|
||||
"rawId": "existing-driver@driver.com",
|
||||
"displayName": "Existing Driver",
|
||||
"photoUrl": ""
|
||||
}
|
||||
],
|
||||
"validSince": "1683577693",
|
||||
"email": "existing-driver@driver.com",
|
||||
"emailVerified": false,
|
||||
"disabled": false,
|
||||
"displayName": "",
|
||||
"photoUrl": "",
|
||||
"customAttributes": "",
|
||||
"lastRefreshAt": "2023-05-08T20:28:13.994Z",
|
||||
"initialEmail": "test-12312341234@test.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user