module FreckleIO::Authentication
Constants
- AUTHENTICATION_TYPE
Public Instance Methods
valid_auth?(type)
click to toggle source
# File lib/freckle_io/authentication.rb, line 7 def valid_auth?(type) AUTHENTICATION_TYPE.include? type end
Private Instance Methods
token()
click to toggle source
# File lib/freckle_io/authentication.rb, line 22 def token FreckleIO.configuration.token end