app-check icon indicating copy to clipboard operation
app-check copied to clipboard

Google-internal core components of Firebase App Check.

Results 3 app-check issues
Sort by recently updated
recently updated
newest added

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`.