Unverified Commit 797ebbcb authored by Dan Jones's avatar Dan Jones
Browse files

docs: explain expected behaviour of tokenValid

parent 89f44496
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
# tokenValid returns true if there is a token and the expiry is in the future
# tokenValid returns false if the token expiry is in the past
# or if there is no token
# In the case where invalid credentials are supplied
# the auth will fail so there will be no token available
Feature: Is the token valid?
The adapter tokenValid method works as expected
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment