diff options
author | Wim <wim@42.be> | 2023-03-09 22:48:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 22:48:00 +0100 |
commit | 08779c29099e8940493df56d28d8aa131ac8342e (patch) | |
tree | 7ad8ce25cf371e582137e1706dd671a6bf4342d0 /vendor/github.com/SevereCloud/vksdk/v2/api/auth.go | |
parent | d5f9cdf912d43cd2a5cb243e086fbdab9a9073b0 (diff) | |
download | matterbridge-msglm-08779c29099e8940493df56d28d8aa131ac8342e.tar.gz matterbridge-msglm-08779c29099e8940493df56d28d8aa131ac8342e.tar.bz2 matterbridge-msglm-08779c29099e8940493df56d28d8aa131ac8342e.zip |
Update dependencies (#2007)
* Update dependencies
Diffstat (limited to 'vendor/github.com/SevereCloud/vksdk/v2/api/auth.go')
-rw-r--r-- | vendor/github.com/SevereCloud/vksdk/v2/api/auth.go | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/vendor/github.com/SevereCloud/vksdk/v2/api/auth.go b/vendor/github.com/SevereCloud/vksdk/v2/api/auth.go index 62a08c07..df5b76d7 100644 --- a/vendor/github.com/SevereCloud/vksdk/v2/api/auth.go +++ b/vendor/github.com/SevereCloud/vksdk/v2/api/auth.go @@ -45,20 +45,20 @@ func (vk *VK) AuthGetProfileInfoBySilentToken(params Params) (response AuthGetPr // ExchangeSilentTokenSource call conditions exchangeSilentToken. // -// 0 Unknown -// 1 Silent authentication -// 2 Auth by login and password -// 3 Extended registration -// 4 Auth by exchange token -// 5 Auth by exchange token on reset password -// 6 Auth by exchange token on unblock -// 7 Auth by exchange token on reset session -// 8 Auth by exchange token on change password -// 9 Finish phone validation on authentication -// 10 Auth by code -// 11 Auth by external oauth -// 12 Reactivation -// 15 Auth by SDK temporary access-token +// 0 Unknown +// 1 Silent authentication +// 2 Auth by login and password +// 3 Extended registration +// 4 Auth by exchange token +// 5 Auth by exchange token on reset password +// 6 Auth by exchange token on unblock +// 7 Auth by exchange token on reset session +// 8 Auth by exchange token on change password +// 9 Finish phone validation on authentication +// 10 Auth by code +// 11 Auth by external oauth +// 12 Reactivation +// 15 Auth by SDK temporary access-token type ExchangeSilentTokenSource int // AuthExchangeSilentAuthTokenResponse struct. |