Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginResponse ¶
type LoginResponse struct {
AccessToken string `json:"accessToken"`
RefreshToken string `json:"refreshToken"`
Exp int64 `json:"exp"`
}
func NewLoginResponse ¶
func NewLoginResponse(token, refreshToken string, exp int64) *LoginResponse
Click to show internal directories.
Click to hide internal directories.