pub async fn users_slash_get_authenticated(
configuration: &Configuration,
) -> Result<UsersGetAuthenticated200Response, Error<UsersSlashGetAuthenticatedError>>
Expand description
OAuth app tokens and personal access tokens (classic) need the user
scope in order for the response to include private profile information.