Skip to main content

The Backend SignInToken object

The Backend SignInToken object holds information about a sign-in token.

Properties

  • Name
    createdAt
    Type
    number
    Description

    The Unix timestamp when the token was created.

  • Name
    id
    Type
    string
    Description

    The unique identifier for the token.

  • Name
    status
    Type
    string
    Description

    The status of the token.

  • Name
    token
    Type
    string
    Description

    The token itself.

  • Name
    updatedAt
    Type
    number
    Description

    The Unix timestamp when the token was last updated.

  • Name
    url
    Type
    string
    Description

    The URL the token is for.

  • Name
    userId
    Type
    string
    Description

    The ID of the user the token is for.

Feedback

What did you think of this content?

Last updated on