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.



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

def token_type
  @token_type
end