diff --git a/features/adapter_token-valid.feature b/features/adapter_token-valid.feature index e0e105bbf3cf9b2d6f2b4ca5dd9aa628ec3f7222..c7290a71413c627e0cefbd5df3683d482dbe8c9a 100644 --- a/features/adapter_token-valid.feature +++ b/features/adapter_token-valid.feature @@ -1,3 +1,9 @@ +# 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