Sha256: 940877bc5b5c774626adfb93d16725c4467771f8a31d11e48dadb73df01a76b3
Contents?: true
Size: 257 Bytes
Versions: 12
Compression:
Stored size: 257 Bytes
Contents
module Sso module Doorkeeper module AccessTokenMixin extend ActiveSupport::Concern include ::Sso::Logging included do has_one :sso_client, class_name: 'Sso::Client', foreign_key: :access_token_id end end end end
Version data entries
12 entries across 12 versions & 1 rubygems