package
Version:
v0.0.0-...-9885c0b
Opens a new window with list of versions in this module.
Published: Nov 21, 2023
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
* Copyright © 2023. Mark Mussett.
* This file is subject to the license terms contained
* in the license file that is distributed with this file.
type Input struct {
Url string `md:"url"`
}
type Output struct {
AccessToken string `md:"accessToken"`
TokenType string `md:"tokenType"`
RefreshToken string `md:"refreshToken"`
Expiry string `md:"expiry"`
}
Output struct for activity output
Source Files
¶
Click to show internal directories.
Click to hide internal directories.