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<Umbraco.Cms.Core.Dictionary<System.String, System.Object>>
    Remarks

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

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetClaimsAsync()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX