Function app_period_create_oauth_app

Source
pub async fn app_period_create_oauth_app(
    configuration: &Configuration,
    app: &str,
    oauth_app_bean: OauthAppBean,
) -> Result<OauthAppBean, Error<AppPeriodCreateOauthAppError>>
Expand description