Class: Tide::API::Tokens

Inherits:
Dry::Struct::Value
  • Object
show all
Defined in:
lib/tide/api/tokens.rb

Overview

OAuth2 access and refresh tokens

Instance Method Summary collapse

Instance Method Details

#access_tokenString

OAuth2 Access Token

Returns:

  • (String)


9
# File 'lib/tide/api/tokens.rb', line 9

attribute :access_token, Types::Strict::String

#refresh_tokenString

OAuth2 Refresh Token

Returns:

  • (String)


15
# File 'lib/tide/api/tokens.rb', line 15

attribute :refresh_token, Types::Strict::String