pub async fn user_update_o_auth2_application(
configuration: &Configuration,
id: i64,
body: CreateOAuth2ApplicationOptions,
) -> Result<OAuth2Application, Error<UserUpdateOAuth2ApplicationError>>
pub async fn user_update_o_auth2_application(
configuration: &Configuration,
id: i64,
body: CreateOAuth2ApplicationOptions,
) -> Result<OAuth2Application, Error<UserUpdateOAuth2ApplicationError>>