Added Polaris_AuthenticateTo() to allow use of an alternate API server.#44
Added Polaris_AuthenticateTo() to allow use of an alternate API server.#44adamshapiro0 merged 1 commit intomasterfrom
Conversation
anathan
left a comment
There was a problem hiding this comment.
This works. I would have perhaps considered making the API URL part of the context instead to avoid the "three strings" argument in authenticate to, but this functionally works.
|
I thought about that a bit. To do it, we would still need to create a setter to modify the context since ideally we don't want anyone to mess with it directly in case it changes in the future. Even then, it would either store I figured this was the clearest and safest solution, and it's consistent with the existing |
No description provided.