13 lines
558 B
JSON
13 lines
558 B
JSON
{
|
|
"clientId": "Client ID",
|
|
"clientIdDescription": "Google OAuth 2.0 Client ID from Google Cloud Console",
|
|
"clientSecret": "Client Secret",
|
|
"clientSecretDescription": "Google OAuth 2.0 Client Secret from Google Cloud Console",
|
|
"enable": "Enable",
|
|
"enableDescription": "After enabling, users can sign in with their Google account",
|
|
"redirectUri": "Authorized redirect URI",
|
|
"redirectUriDescription": "The URL to which the user will be redirected after Google authentication",
|
|
"saveFailed": "Save failed",
|
|
"saveSuccess": "Save successful"
|
|
}
|