Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

question about newTokenRequest #680

Closed
asasdasasd opened this issue Nov 7, 2017 · 2 comments
Closed

question about newTokenRequest #680

asasdasasd opened this issue Nov 7, 2017 · 2 comments

Comments

@asasdasasd
Copy link

func XAppTokenRequest(_ defaults: UserDefaults) -> Observable<String?> {

if self.provider.request(ArtsyAPI.xApp)will be executed twice at the same time ?

@ashfurrow
Copy link
Contributor

Yup, it's definitely possible. There are no negative consequences for requesting more than one token, old tokens stay valid when new ones are produced, so I didn't bother programming around it. Does that answer your question?

@asasdasasd
Copy link
Author

👍
thanks a lot, you are a really good man with patience

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants