Type alias AnonymousAuthContext

AnonymousAuthContext: {
    auth: "anonymous";
    did: string;
    sid: string;
}

The shape of the authContext for anonymous sessions.

Type declaration

  • auth: "anonymous"

    An indicator that this is an anonymous session.

  • did: string

    The device ID of the anonymous session.

  • sid: string

    The session ID of the anonymous session.

Generated using TypeDoc