react-utils - v1.0.31
    Preparing search index...

    Type Alias CookieState

    Authentication cookie state

    type CookieState = {
        authToken: string | null;
        removeAuthToken: () => void;
        setAuthToken: (token: string) => void;
    }
    Index

    Properties

    authToken: string | null

    Current auth token

    removeAuthToken: () => void

    Remove auth token

    setAuthToken: (token: string) => void

    Set auth token