Class: Zoom::Client::OAuth
- Inherits:
-
Zoom::Client
- Object
- Zoom::Client
- Zoom::Client::OAuth
- Defined in:
- lib/zoom/clients/oauth.rb
Constant Summary
Constants included from Actions::Webinar
Actions::Webinar::RECURRENCE_KEYS, Actions::Webinar::SETTINGS_KEYS
Instance Method Summary collapse
- #access_token ⇒ Object
-
#initialize(config) ⇒ OAuth
constructor
A new instance of OAuth.
Methods inherited from Zoom::Client
Methods included from Actions::IM::Chat
Methods included from Actions::Recording
#mc_recording_list, #recording_delete, #recording_get, #recording_list
Methods included from Actions::Report
#daily_report, #hosts_report, #meeting_details_report, #meeting_participants_report, #meeting_polls_report, #meetings_report, #telephone_report, #webinar_details_report, #webinar_participants_report, #webinar_polls_report, #webinar_qa_report
Methods included from Actions::Webinar
#past_webinar_list, #webinar_create, #webinar_delete, #webinar_get, #webinar_list, #webinar_panelist_add, #webinar_panelist_delete, #webinar_panelists_delete_all, #webinar_panelists_list, #webinar_registrant_add, #webinar_registrant_get, #webinar_registrants_list, #webinar_registrants_status_update, #webinar_status_update, #webinar_update
Methods included from Actions::Metrics
#metrics_crc, #metrics_meetingdetail, #metrics_meetings
Methods included from Actions::Meeting
#meeting_create, #meeting_delete, #meeting_end, #meeting_get, #meeting_list, #meeting_live, #meeting_register, #meeting_update, #meeting_update_status, #past_meeting_details, #past_meeting_participants
Methods included from Actions::User
#user_assistants_create, #user_assistants_delete, #user_assistants_delete_all, #user_assistants_list, #user_create, #user_delete, #user_email_check, #user_get, #user_list, #user_password_update, #user_permissions_get, #user_schedulers_delete, #user_schedulers_delete_all, #user_schedulers_list, #user_settings_get, #user_settings_update, #user_status_update, #user_token_delete, #user_token_get, #user_update, #user_upload_picture, #user_vanity_name_check
Methods included from Actions::Account
#account_billing_get, #account_billing_update, #account_create, #account_delete, #account_get, #account_list, #account_options_update, #account_plans_list, #account_settings_get, #account_settings_update, #some_method
Constructor Details
Instance Method Details
#access_token ⇒ Object
12 13 14 |
# File 'lib/zoom/clients/oauth.rb', line 12 def access_token @access_token end |