Function create_o_auth_scope_with_id

Source
pub async fn create_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<CreateOAuthScopeWithIdError>>
Expand description

Creates a new custom OAuth scope for an application. You must specify the Id of the application you are creating the scope for. You can optionally specify an Id for the OAuth scope on the URL, if not provided one will be generated.