MonoCloud Authentication SDK
    Preparing search index...

    Configuration options for authentication state handling.

    interface MonoCloudStateOptions {
        cookie: MonoCloudCookieOptions;
    }
    Index

    Properties

    Properties

    Configuration for the state cookie.

    This cookie temporarily stores authorization transaction data required to validate the callback response and prevent replay or CSRF attacks.