Sha256: 6ee10e0f8470299292c2fa791b1658fe0af9c2cd9fdb83d290c42a776d4765e6

Contents?: true

Size: 226 Bytes

Versions: 3

Compression:

Stored size: 226 Bytes

Contents

module Bitbuckit
  module Authentication
    def application_authentication
      if @access_token
        {
          access_token: @access_token,
          refresh_token: @refresh_token
        }
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bitbuckit-0.1.2 lib/bitbuckit/authentication.rb
bitbuckit-0.1.1 lib/bitbuckit/authentication.rb
bitbuckit-0.1.0 lib/bitbuckit/authentication.rb