Sha256: e6686db35a46253b552eae0f370007b922f33d8b07344a5243825edfb36995d1
Contents?: true
Size: 129 Bytes
Versions: 11
Compression:
Stored size: 129 Bytes
Contents
module OAuth2 module Strategy class Base def initialize(client) @client = client end end end end
Version data entries
11 entries across 11 versions & 1 rubygems