Sanity App SDK
    Preparing search index...

    Type Alias LoggingInAuthState

    Logging-in state from the auth state.

    type LoggingInAuthState = {
        isExchangingToken: boolean;
        type: LOGGING_IN;
    }
    Index

    Properties

    isExchangingToken: boolean