We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c750e commit 06d70afCopy full SHA for 06d70af
README.md
@@ -390,7 +390,13 @@ try {
390
}
391
```
392
393
-See example configurations for different providers below.
+## Error messages
394
+
395
+- `service_configuration_fetch_error` - could not fetch the service configuration
396
+- `authentication_failed` - user authentication failed
397
+- `token_refresh_failed` - could not exchange the refresh token for a new JWT
398
+- `registration_failed` - could not register
399
+- `browser_not_found` (Android only) - no suitable browser installed
400
401
#### Note about client secrets
402
0 commit comments