Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeleteClientCredentialsUserController

    Inheritance
    System.Object
    ManagementApiControllerBase
    UserOrCurrentUserControllerBase
    UserControllerBase
    ClientCredentialsUserControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.User.ClientCredentials
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class DeleteClientCredentialsUserController : ClientCredentialsUserControllerBase

    Constructors

    View Source

    DeleteClientCredentialsUserController(IBackOfficeUserClientCredentialsManager, IAuthorizationService)

    Declaration
    public DeleteClientCredentialsUserController(IBackOfficeUserClientCredentialsManager backOfficeUserClientCredentialsManager, IAuthorizationService authorizationService)
    Parameters
    Type Name Description
    IBackOfficeUserClientCredentialsManager backOfficeUserClientCredentialsManager
    IAuthorizationService authorizationService

    Methods

    View Source

    Delete(CancellationToken, Guid, String)

    Declaration
    public async Task<IActionResult> Delete(CancellationToken cancellationToken, Guid id, string clientId)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    System.String clientId
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DeleteClientCredentialsUserController(IBackOfficeUserClientCredentialsManager, IAuthorizationService)
    • Methods
      • Delete(CancellationToken, Guid, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX