Sha256: 5869f7bfee22c60255b0f70024b58a7b521ef505ac39de6e54101fb306745085
Contents?: true
Size: 160 Bytes
Versions: 17
Compression:
Stored size: 160 Bytes
Contents
# frozen_string_literal: true module OAuth2 module Strategy class Base def initialize(client) @client = client end end end end
Version data entries
17 entries across 17 versions & 2 rubygems