nextspace
    Preparing search index...

    Type Alias TokenPair

    type TokenPair = {
        expires: string;
        token: string;
    }
    Index

    Properties

    Properties

    expires: string

    ISO-8601 date string from the server, e.g. "2026-03-16T21:12:00.000Z"

    token: string