okta-mobile-swift icon indicating copy to clipboard operation
okta-mobile-swift copied to clipboard

Report any errors that occur during interactions with Credential.default

Open mikenachbaur-okta opened this issue 5 months ago • 0 comments

While rare, there is the possibility that errors may be thrown while assigning a credential to Credential.default. Since those functions are accessed behind a property setter/getter, they aren't accessible to the developer.

In that case, this update introduces a notification that can be observed, as well as NSLog reporting, of those errors for traceability.

mikenachbaur-okta avatar Sep 26 '24 01:09 mikenachbaur-okta