Sha256: 687e96e1bdf14abd7978565e97c47105c3ba7948cb54901cfa836d0146393083
Contents?: true
Size: 275 Bytes
Versions: 12
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true module Doorkeeper module OAuth class IdTokenTokenResponse < IdTokenResponse def body super.merge({ access_token: auth.token.token, token_type: auth.token.token_type }) end end end end
Version data entries
12 entries across 12 versions & 1 rubygems