ProfileSession: {
    address: EvmAddress;
    authenticated: true;
    profile: Profile;
    type: WithProfile;
}

A typical authenticated user's session.

Type declaration

  • address: EvmAddress

    The Profile Owner or an authorized Profile Manager.

  • authenticated: true

    Whether the user is authenticated or not.

  • profile: Profile

    The authenticated Profile.

  • type: WithProfile

    The union discriminant.