pub async fn auth_get_user(
configuration: &Configuration,
) -> Result<User, Error<AuthGetUserError>>Expand description
Retrieve the profile of the authenticated user.
pub async fn auth_get_user(
configuration: &Configuration,
) -> Result<User, Error<AuthGetUserError>>Retrieve the profile of the authenticated user.