@suluk/better-auth - v0.2.0
    Preparing search index...

    Interface MintedSession

    What a successful mint returns: the headers to set on the redirect (e.g. the session Set-Cookie).

    interface MintedSession {
        setCookie: string;
    }
    Index

    Properties

    Properties

    setCookie: string