Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PasswordTokenResponse ¶
type PasswordTokenResponse struct {
AccessToken string `json:"access_token"`
CreatedAt int16 `json:"created_at"`
Data struct {
Id string `json:"id"`
Attributes struct {
FullName string `json:"full-name"`
}
}
}
func GetAuthenticationFile ¶
func GetAuthenticationFile() *PasswordTokenResponse
Click to show internal directories.
Click to hide internal directories.