Revert "add refresh token to cli"

This commit is contained in:
Maidul Islam
2023-05-26 16:56:02 -04:00
committed by GitHub
parent 1fb9aad08a
commit 6b0e0f70d2
6 changed files with 22 additions and 70 deletions

View File

@@ -281,7 +281,6 @@ type GetLoginTwoV2Response struct {
ProtectedKey string `json:"protectedKey"`
ProtectedKeyIV string `json:"protectedKeyIV"`
ProtectedKeyTag string `json:"protectedKeyTag"`
RefreshToken string `json:"RefreshToken"`
}
type VerifyMfaTokenRequest struct {
@@ -315,7 +314,3 @@ type VerifyMfaTokenErrorResponse struct {
Application string `json:"application"`
Extra []interface{} `json:"extra"`
}
type GetNewAccessTokenWithRefreshTokenResponse struct {
Token string `json:"token"`
}