class Uber::Token

Constants

BEARER_TYPE

Attributes

access_token[RW]
to_s[RW]
token_type[RW]

Public Instance Methods

bearer?() click to toggle source

@return [Boolean]

# File lib/uber/token.rb, line 11
def bearer?
  token_type == BEARER_TYPE
end