class Doorkeeper::OAuth::TokenResponse

def initialize(token)

def initialize(token)
  @token = token
end