Sha256: 3de24cd85342e986f42bad967d2daaf9ef3cc07a45e3b76f4edd615fbf832074

Contents?: true

Size: 450 Bytes

Versions: 6

Compression:

Stored size: 450 Bytes

Contents

module Dnsimple
  module Struct

    class OauthToken < Base
      # @return [String] The token you can use to authenticate.
      attr_accessor :access_token

      # @return [String] The token type.
      attr_accessor :token_type

      # @return [String] The token scope (not used for now).
      attr_accessor :scope

      # @return [Integer] The account ID in DNSimple this token belongs to.
      attr_accessor :account_id
    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dnsimple-4.6.0 lib/dnsimple/struct/oauth_token.rb
dnsimple-4.5.0 lib/dnsimple/struct/oauth_token.rb
dnsimple-4.4.0 lib/dnsimple/struct/oauth_token.rb
dnsimple-4.3.0 lib/dnsimple/struct/oauth_token.rb
dnsimple-4.2.0 lib/dnsimple/struct/oauth_token.rb
dnsimple-4.1.0 lib/dnsimple/struct/oauth_token.rb