21 lines
403 B
JSON
21 lines
403 B
JSON
{
|
|
"clientProfile": {
|
|
"actions": {
|
|
"debugTokens": "Debug tokens"
|
|
},
|
|
"debugTokens": {
|
|
"title": "Debug tokens",
|
|
"idToken": "ID Token",
|
|
"claims": "Claims",
|
|
"error": "Unable to load tokens"
|
|
},
|
|
"states": {
|
|
"loading": "Loading profile..."
|
|
},
|
|
"error": {
|
|
"load": "Failed to load profile",
|
|
"save": "Failed to save profile"
|
|
}
|
|
}
|
|
}
|