Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IBackOfficeUserClientCredentialsManager

    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IBackOfficeUserClientCredentialsManager

    Methods

    View Source

    DeleteAsync(Guid, string)

    Declaration
    Task<Attempt<BackOfficeUserClientCredentialsOperationStatus>> DeleteAsync(Guid userKey, string clientId)
    Parameters
    Type Name Description
    Guid userKey
    string clientId
    Returns
    Type Description
    Task<Attempt<BackOfficeUserClientCredentialsOperationStatus>>
    View Source

    FindUserAsync(string)

    Declaration
    Task<BackOfficeIdentityUser?> FindUserAsync(string clientId)
    Parameters
    Type Name Description
    string clientId
    Returns
    Type Description
    Task<BackOfficeIdentityUser>
    View Source

    GetClientIdsAsync(Guid)

    Declaration
    Task<IEnumerable<string>> GetClientIdsAsync(Guid userKey)
    Parameters
    Type Name Description
    Guid userKey
    Returns
    Type Description
    Task<IEnumerable<string>>
    View Source

    SaveAsync(Guid, string, string)

    Declaration
    Task<Attempt<BackOfficeUserClientCredentialsOperationStatus>> SaveAsync(Guid userKey, string clientId, string clientSecret)
    Parameters
    Type Name Description
    Guid userKey
    string clientId
    string clientSecret
    Returns
    Type Description
    Task<Attempt<BackOfficeUserClientCredentialsOperationStatus>>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX