|
@@ -48,8 +48,8 @@ class CheckpointChallenge(SerializableAttrs['CheckpointChallenge']):
|
|
class CheckpointResponse(SerializableAttrs['CheckpointResponse']):
|
|
class CheckpointResponse(SerializableAttrs['CheckpointResponse']):
|
|
message: str # challenge_required
|
|
message: str # challenge_required
|
|
status: str # fail
|
|
status: str # fail
|
|
- error_type: str
|
|
|
|
challenge: CheckpointChallenge
|
|
challenge: CheckpointChallenge
|
|
|
|
+ error_type: Optional[str] = None
|
|
|
|
|
|
|
|
|
|
@dataclass
|
|
@dataclass
|