pub async fn get_user(
configuration: &Configuration,
) -> Result<UserResponse, Error<GetUserError>>
Expand description
Returns authenticated user information
pub async fn get_user(
configuration: &Configuration,
) -> Result<UserResponse, Error<GetUserError>>
Returns authenticated user information