Interface

SessionCheckResponse

SessionCheckResponse

Represents the response from a session validation or retrieval operation.
Properties:
Name Type Attributes Description
is_valid boolean Indicates whether the session is valid.
claims Claims <optional>
The claims associated with the session (optional).
expiration_time string <optional>
The expiration timestamp of the session (optional).
user_id string <optional>
The user ID linked to the session (optional).

View Source lib/Dto.ts, line 185