AuthOptions constructor takes a string argument, which may be a key or a token. That makes the constructor argument ambiguous. We may prevent this by changing constructor accessiblity to private and using builder pattern
AuthOptions constructor takes a string argument, which may be a key or a token. That makes the constructor argument ambiguous.
We may prevent this by changing constructor accessiblity to private and using builder pattern