AngularTS
    Preparing search index...

    Interface CookieOptions

    interface CookieOptions {
        domain?: string;
        expires?: string | number | Date;
        path?: string;
        samesite?: "Lax" | "Strict" | "None";
        secure?: boolean;
    }
    Index

    Properties

    domain?: string
    expires?: string | number | Date
    path?: string
    samesite?: "Lax" | "Strict" | "None"
    secure?: boolean