ShiftWise API Docs
    Preparing search index...

    Interface AccessTokenPayload

    The payload encoded inside every JWT issued by ShiftWise. Contains only the minimum identity data needed to authenticate requests.

    interface AccessTokenPayload {
        email: string;
        userId: string;
    }
    Index

    Properties

    Properties

    email: string

    The user's email address

    userId: string

    The user's database ID (cuid)