Function update_o_auth_scope_with_id

Source
pub async fn update_o_auth_scope_with_id(
    configuration: &Configuration,
    application_id: &str,
    scope_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
    application_o_auth_scope_request: Option<ApplicationOAuthScopeRequest>,
) -> Result<ApplicationOAuthScopeResponse, Error<UpdateOAuthScopeWithIdError>>
Expand description

Updates the OAuth scope with the given Id for the application.