Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IMemberClientCredentialsManager

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

    Methods

    View Source

    FindMemberAsync(string)

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

    GetAllAsync()

    Declaration
    Task<IEnumerable<MemberClientCredentials>> GetAllAsync()
    Returns
    Type Description
    Task<IEnumerable<MemberClientCredentials>>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX