app-check
app-check copied to clipboard
Google-internal core components of Firebase App Check.
Calls to [`token(forcingRefresh:)`](https://github.com/google/app-check/blob/5746b2d35c91c50581590ed97abe4c06b5037274/AppCheckCore/Sources/Public/AppCheckCore/GACAppCheck.h#L38-L40) with `forcingRefresh: true` may return a cached token if a call is already in progress where `forcingRefresh: false`. This may be as simple as adding `|| forcingRefresh`...
### Description Add error codes to differentiate failures occurring in: - `generateKeyWithCompletionHandler:` - `attestKey:clientDataHash:completionHandler:` - `generateAssertion:clientDataHash:completionHandler:` These are currently reported as `GACAppCheckErrorCodeUnknown`.