Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 742 Bytes

GetUserSessionResponseData.md

File metadata and controls

18 lines (14 loc) · 742 Bytes

CircleAuth.GetUserSessionResponseData

Properties

Name Type Description Notes
sessionID String
userID String
startAt Number Unixtime in milliseconds
status String `usedOnce` will return only for the first Factor Authentication, after that the session will automatically expire.
expiredAt Number Unixtime in milliseconds. Only sent when the `status` value is `expired`. [optional]

Enum: StatusEnum

  • active (value: "active")
  • usedOnce (value: "usedOnce")
  • expired (value: "expired")