some updates after feedback
This commit is contained in:
parent
671b13b9c6
commit
c12305457b
4 changed files with 150 additions and 69 deletions
|
@ -105,7 +105,7 @@ var (
|
|||
Description: "The authorization request was denied.",
|
||||
}
|
||||
}
|
||||
ErrExpiredToken = func() *Error {
|
||||
ErrExpiredDeviceCode = func() *Error {
|
||||
return &Error{
|
||||
ErrorType: ExpiredToken,
|
||||
Description: "The \"device_code\" has expired.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue