Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ICurrentMemberClaimsProvider

    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ICurrentMemberClaimsProvider

    Methods

    View Source

    GetClaimsAsync()

    Retrieves the claims for the currently logged in member.

    Declaration
    Task<Dictionary<string, object>> GetClaimsAsync()
    Returns
    Type Description
    Task<Dictionary<string, object>>
    Remarks

    This is used by the OIDC user info endpoint to supply "current user" info.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX