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"`
}
GrantToken provides a JWT
type GrantTokenRequest ¶ added in v3.4.0
type GrantTokenRequest struct {
TTLSeconds *int `json:"ttl_seconds,omitempty"`
}
GrantTokenRequest represents the request body for the grant token endpoint
Click to show internal directories.
Click to hide internal directories.