You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can't load PublicThirdPartyEndpoints by Internet address, so any app with multiple types of third-party endpoints (e.g., Letro with contacts and VeraId Authority endpoints) would either have to (1) store a mapping of its public third-party endpoints by Internet address (to skip unnecessary imports) or (2) do nothing and request/import connection params unnecessarily.
Describe the problem
We can't load
PublicThirdPartyEndpoint
s by Internet address, so any app with multiple types of third-party endpoints (e.g., Letro with contacts and VeraId Authority endpoints) would either have to (1) store a mapping of its public third-party endpoints by Internet address (to skip unnecessary imports) or (2) do nothing and request/import connection params unnecessarily.Describe the solution you'd like
PublicThirdPartyEndpoint.loadByAddress(internetAddress: String): PublicThirdPartyEndpoint?
The text was updated successfully, but these errors were encountered: