Open tibr opened 9 years ago
Example: If the access token expires in 1 second, do we want to treat it as expired before using it? Should we add a safety interval that is configurable from the outside? What should the default value be?
I thought about adding an NSTimeInterval parameter into the init that can default to 0. Thoughts?
NSTimeInterval
init
Example: If the access token expires in 1 second, do we want to treat it as expired before using it? Should we add a safety interval that is configurable from the outside? What should the default value be?