module SageoneSdk::Authentication
Public Instance Methods
token_authenticated?()
click to toggle source
# File lib/sageone_sdk/authentication.rb, line 4 def token_authenticated? !!@access_token end
# File lib/sageone_sdk/authentication.rb, line 4 def token_authenticated? !!@access_token end