Documentation
¶
Overview ¶
This package provides the types for the Deepgram Auth API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrantToken ¶
type GrantToken struct {
AccessToken string `json:"access_token,omitempty"`
ExpiresIn float64 `json:"expires_in,omitempty"`
}
********************************* shared/common structs ********************************* GrantToken provides a JWT
Click to show internal directories.
Click to hide internal directories.