# File lib/openid_connect/access_token.rb, line 6
    def initialize(attributes = {})
      super
      @token_type = :bearer
    end