package vo type JwtVo struct { TokenType string `json:"tokenType"` AccessToken string `json:"accessToken"` ForcePasswordChange bool `json:"forcePasswordChange"` }