MonoCloud Authentication SDK
    Preparing search index...

    Interface MonoCloudStatePartialOptions

    Partial configuration options for authentication state handling.

    interface MonoCloudStatePartialOptions {
        cookie?: Partial<MonoCloudCookieOptions>;
    }
    Index

    Properties

    Properties

    cookie?: Partial<MonoCloudCookieOptions>

    Partial configuration for the state cookie.

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