package
Version:
v1.0.5
Opens a new window with list of versions in this module.
Published: Oct 3, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NotificationTokenBodyDTO struct {
ResponseCode string `json:"responseCode"`
ResponseMessage string `json:"responseMessage"`
AccessToken string `json:"accessToken"`
TokenType string `json:"tokenType"`
ExpiresIn int `json:"expiresIn"`
AdditionalInfo string `json:"additionalInfo"`
}
type NotificationTokenHeaderDTO struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.