pub async fn auth_get_user(
    configuration: &Configuration
) -> Result<User, Error<AuthGetUserError>>
Expand description

Retrieve the profile of the authenticated user.