Method: Dnsimple::Struct::OauthToken#access_token

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

#access_tokenString

Returns The token you can use to authenticate.

Returns:

  • (String)

    The token you can use to authenticate.



8
9
10
# File 'lib/dnsimple/struct/oauth_token.rb', line 8

def access_token
  @access_token
end