-
Couldn't load subscription status.
- Fork 983
Update registerStateListener internal method signature and structure #9336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Implement InitializeAuth changes for BYO-CIAM Firebase Auth * Removing white space * Addressing review comments * Adding Unit test for initializeAuth with TenantConfig dependency * Running yarn run demo * Update doc
* Throw not supported exception in _performApiRequest
* Throw Operation Not Allowed for Invalid Auth Endpoint (#9013) (#9019) * Throw Operation Not Allowed for Invalid Auth Endpoint (#9013) (#9019) * Implement exchangeToken public api * Using expiry_in returned by backend * Addressing review comments and adding some Unit test * Docgen * Addressing review comments and adding some Unit test * Typo * yarn docgen * Fixing typo * yarn run format
* Write Firebase Token to Auth instance * yarn run format * Fix unit test and run yarn docgen:all * Address comments
* Write Firebase Token to Auth instance * yarn run format * Fix unit test and run yarn docgen:all * getFirebaseToken Auth Interop method for BYO-CIAM * Add unit test * Adding Unit test * Running yarn docgen:all * Use getToken instead of getFirebaseToken * Adding Unit test * yarn run format * Remove unused method
* Maintain persistence for firebaseToken in AuthImpl object * Adding Unit Test for auth_impl firebaseToken
* Implement signout() for BYO-CIAM
Implement Token refresh mechanism for BYO-CIAM. ### Testing - Tested using unit test - BYO-CIAM methods in demo app.
* Refresh Firebase Token Demo App changes. * take IdpConfig id as input * yarn run format * Remove unwanted comments * Remove unwanted comments
* Update the token refresh time from 30 seconds to 1 minute and add unit tests * Run yarn run demo
#9298) * Remove firebaseToken from persistence if tokenRefreshHandler is not set and token is expired * Update to call signOut instead * update comment * minnor changes
* Demo app improvements. * yarn run format * review comments * add unset RegionalAuth button
* Add firebaseInterop getToken method call from BYO-CIAM demo app * running yarn run format
…or… (#9325) * Throw UnsupportedOperationException in FirebaseAuthInterop getUid for regionalAuth * yarn run format * Updating the chrome_validated_version for tests * Address comments
|
Vertex AI Mock Responses Check
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1This report is too large (392,654 characters) to be displayed here in a GitHub comment. Please use the below link to see the full report on Google Cloud Storage.Test Logs |
Discussion
Testing