patch refresh token cli

This commit is contained in:
Maidul Islam
2023-06-14 17:31:47 -04:00
parent ccf0877b81
commit 7088b3c9d8
3 changed files with 22 additions and 2 deletions

View File

@@ -299,6 +299,7 @@ type VerifyMfaTokenResponse struct {
ProtectedKey string `json:"protectedKey"`
ProtectedKeyIV string `json:"protectedKeyIV"`
ProtectedKeyTag string `json:"protectedKeyTag"`
RefreshToken string `json:"refreshToken"`
}
type VerifyMfaTokenErrorResponse struct {