Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 380 Bytes

AuthRequest.md

File metadata and controls

20 lines (14 loc) · 380 Bytes

GTTS::AuthRequest

Properties

Name Type Description Notes
client_id String Client ID for authentication.
client_secret String Client secret for authentication.

Example

require 'grammatek-tts'

instance = GTTS::AuthRequest.new(
  client_id: null,
  client_secret: null
)