feat: complete auth
This commit is contained in:
@@ -12,5 +12,5 @@ func (r *Response) Error() error {
|
||||
|
||||
type AccessTokenResponse struct {
|
||||
AccessToken string `json:"access_token"`
|
||||
ExpiresIn int `json:"expires_in"`
|
||||
ExpiresIn int `json:"expires_in"` // seconds
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user