Nevis Mobile Authentication SDK React Native plugin
    Preparing search index...

    Class CookieContainer

    A container that holds a cookie and an uri that belongs to the cookie.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Default constructor for CookieContainer.

      Parameters

      • uri: string

        the string representation of the request URL.

      • properties: string

        the cookie for the URL.

      Returns CookieContainer

    Properties

    uri: string

    The string representation of the request URL.

    properties: string

    The cookie for the URL in string format.

    Methods