MonoCloud Authentication SDK
    Preparing search index...
    OnSetApplicationState: (
        req: MonoCloudRequest,
    ) => Promise<ApplicationState> | ApplicationState

    Defines a callback function to be executed when an authentication state is being set. This function receives the incoming request and should return or resolve with an ApplicationState object.

    Type Declaration