Parent

Methods

Class/Module Index [+]

Quicksearch

Twitter::Token

Constants

BEARER_TYPE

Attributes

access_token[R]
to_s[R]
token_type[R]

Public Instance Methods

bearer?() click to toggle source

@return [Boolean]

# File lib/twitter/token.rb, line 11
def bearer?
  @attrs[:token_type] == BEARER_TYPE
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.