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
OcClient allows you to optionally provide an ad-hoc token on calls to any endpoint, overriding the default token stored within the OcClient instance. However, you can't really get a token in an ad-hoc way. When you call AuthenticateAsync, you're changing the default token used on the OcClient, making it hard to get different tokens using the same instance in a thread-safe way.
The text was updated successfully, but these errors were encountered:
OcClient
allows you to optionally provide an ad-hoc token on calls to any endpoint, overriding the default token stored within theOcClient
instance. However, you can't really get a token in an ad-hoc way. When you callAuthenticateAsync
, you're changing the default token used on theOcClient
, making it hard to get different tokens using the same instance in a thread-safe way.The text was updated successfully, but these errors were encountered: