@sudoplatform/sudo-user
    Preparing search index...

    Interface SudoPlatformSignInCallback

    Callback interface to be implemented by callers that wish to be notified when sign-in is required.

    interface SudoPlatformSignInCallback {
        signIn(): Promise<void>;
    }
    Index

    Methods

    Methods

    • Invoked when the user is not signed in and sign-in is required. Implementations should perform the necessary sign-in flow.

      Returns Promise<void>

      Any error encountered during the sign-in process.