WhoAmIResponseRaw: {
    grant: GrantRaw;
    tenant: Tenant;
    user: User;
}

Type declaration

  • grant: GrantRaw

    Data about the type of authentication and metadata about the API key.

  • tenant: Tenant

    Information about the Affinity instance the user belongs to.

  • user: User

    Data about the user whose API key was used for the endpoint.