makeToken: Make a Zoom Token

Description Usage Arguments Examples

View source: R/functions.R

Description

This function allows you to make a Zoom API token from your app.

Usage

1
2
3
4
5
6
7
makeToken(
  client_id,
  client_secret,
  redirect_uri,
  app_name = "",
  cache = "~/.zoom_token_cache"
)

Arguments

client_id

Client ID associated with your Zoom app.

client_secret

Client secret associated with your Zoom app.

redirect_uri

Redirect URI associated with your Zoom app.

app_name

Optional app name, for organizational purposes.

save

Save token object to home directory?

Examples

1

willschulz/zoomAPI documentation built on Dec. 23, 2021, 5:14 p.m.