AuthSlice

This slice is used to store the expire timestamp of the JWT token.

Hierarchy

  • AuthSlice

Properties

Properties

expire: number
setExpire: ((timestamp) => void)

Type declaration

    • (timestamp): void
    • Parameters

      • timestamp: number

      Returns void

Generated using TypeDoc