videosphere
    Preparing search index...

    Interface SetupTokenBootstrapResult

    Defines the result of setup token bootstrap.

    interface SetupTokenBootstrapResult {
        token: string;
        created: boolean;
    }
    Index

    Properties

    Properties

    token: string

    Active setup token string.

    created: boolean

    True when a new token was issued (fresh or reissued); false when an existing active token was reused.