Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateClientCredentialsUserController

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

    Constructors

    View Source

    CreateClientCredentialsUserController(IBackOfficeUserClientCredentialsManager, IAuthorizationService)

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

    Methods

    View Source

    Create(CancellationToken, Guid, CreateUserClientCredentialsRequestModel)

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