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

    Type Alias LoggedOutStatus

    type LoggedOutStatus = {
        error?: Error;
        loggedIn: false;
        login: () => Promise<void>;
    }
    Index

    Properties

    Properties

    error?: Error

    If an error is the reason the user is logged out, this is set. Otherwise, the user just hasn't logged in yet.

    loggedIn: false

    The app is not authorized to make actions on a user's behalf. Call login to authorize.

    login: () => Promise<void>

    start the authorization flow by redirecting the user to the login page of audiotool.