Module: Karatekit::Authentication

Included in:
Client, Connection
Defined in:
lib/karatekit/authentication.rb

Overview

Authentication methods for Client

Instance Method Summary collapse

Instance Method Details

#token_authenticated?Boolean

Indicates if the client was supplied an OAuth access token



11
12
13
# File 'lib/karatekit/authentication.rb', line 11

def token_authenticated?
  !!@access_token
end