Sometimes AuthMetadata is no longer available during logout calls, so added a way to pass it.
Details
Details
Normal logout still works as before (both primary and secondary). New param tested in the next diff.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| native/identity-service/identity-service-context-provider.react.js | ||
|---|---|---|
| 158–160 ↗ | (On Diff #48519) | I had to do this because native getAuthMetadata() returns these as non-optional strings, but type AuthMetadata has them all optional |