package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Dec 17, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ApiHandler mocks the zoom API endpoints
OauthHandler mocks the zoom OAuth endpoints
type OauthResponse struct {
AccessToken string `json:"access_token"`
TokenType string `json:"token_type"`
RefreshToken string `json:"refresh_token"`
ExpiresIn int `json:"expires_in"`
Scope string `json:"scope"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.