FirstPartyToken | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias FirstPartyToken

    type FirstPartyToken = {
        accessToken: string;
        expires: Temporal.Instant | null;
        id: number;
    }
    Index

    Properties

    accessToken: string

    The access token itself

    expires: Temporal.Instant | null

    Access token expiration (null if set to never expire)

    id: number

    Token id in database (wrd.tokens)