Method: Dnsimple::Struct::OauthToken#token_type

Defined in:
lib/dnsimple/struct/oauth_token.rb

#token_typeString

Returns The token type.

Returns:

  • (String)

    The token type.



11
12
13
# File 'lib/dnsimple/struct/oauth_token.rb', line 11

def token_type
  @token_type
end