@audiotool/nexus - v0.0.17
    Preparing search index...

    Type Alias UnauthenticatedResult

    type UnauthenticatedResult = {
        error?: Error;
        login: () => void;
        status: "unauthenticated";
    }
    Index

    Properties

    Properties

    error?: Error

    If authentication failed, the error that occurred

    login: () => void

    Start the OAuth login flow by redirecting to the consent screen

    status: "unauthenticated"