Skip to content

ApiValidateSessionResponseDTO

stonepy.models.ApiValidateSessionResponseDTO.ApiValidateSessionResponseDTO

Bases: ResponseModel

Response to a ValidateSession v2 CI Connect call. Indicates whether the session is validated. Note: this API call response is for the use of the CI Connect social trading platform.

is_authenticated class-attribute instance-attribute

is_authenticated: bool | None = Field(
    default=None, alias="IsAuthenticated"
)

Boolean value indicating whether the supplied session credentials are valid