module SageoneSdk::Authentication

Authentication

Public Instance Methods

token_authenticated?() click to toggle source
# File lib/sageone_sdk/authentication.rb, line 4
def token_authenticated?
  !!@access_token
end