class AccessTokenAgent::MissingTokenType

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/access_token_agent/missing_token_type.rb, line 3
def initialize
  super('The access token response did not contain a token type.')
end