AXIAM C++ SDK 1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
Loading...
Searching...
No Matches
Public Attributes | List of all members
axiam::UserInfo Struct Reference

Subset of LoginUserInfo returned on a successful authentication. More...

#include <types.hpp>

Public Attributes

std::string id
 
std::string username
 
std::string email
 
std::string tenant_id
 
std::optional< std::string > org_slug
 
std::optional< std::string > tenant_slug
 

Detailed Description

Subset of LoginUserInfo returned on a successful authentication.

Member Data Documentation

◆ id

std::string axiam::UserInfo::id

◆ username

std::string axiam::UserInfo::username

◆ email

std::string axiam::UserInfo::email

◆ tenant_id

std::string axiam::UserInfo::tenant_id

◆ org_slug

std::optional<std::string> axiam::UserInfo::org_slug

◆ tenant_slug

std::optional<std::string> axiam::UserInfo::tenant_slug

The documentation for this struct was generated from the following file: