refreshToken -> RefreshToken

This commit is contained in:
x032205
2025-06-19 19:18:02 -04:00
parent 9445f717f4
commit 16c48de031
6 changed files with 13 additions and 13 deletions

View File

@@ -267,7 +267,7 @@ type GetLoginTwoV2Response struct {
ProtectedKey string `json:"protectedKey"`
ProtectedKeyIV string `json:"protectedKeyIV"`
ProtectedKeyTag string `json:"protectedKeyTag"`
RefreshToken string `json:"refreshToken"`
RefreshToken string `json:"RefreshToken"`
}
type VerifyMfaTokenRequest struct {

View File

@@ -6,7 +6,7 @@ type UserCredentials struct {
Email string `json:"email"`
PrivateKey string `json:"privateKey"`
JWTToken string `json:"JTWToken"`
RefreshToken string `json:"refreshToken"`
RefreshToken string `json:"RefreshToken"`
}
// The file struct for Infisical config file