Search Results for

    Show / Hide Table of Contents
    View Source

    Class NoopCurrentMemberClaimsProvider

    A no-operation implementation of ICurrentMemberClaimsProvider that returns empty claims.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public class NoopCurrentMemberClaimsProvider : ICurrentMemberClaimsProvider

    Constructors

    View Source

    NoopCurrentMemberClaimsProvider()

    Declaration
    public NoopCurrentMemberClaimsProvider()

    Methods

    View Source

    GetClaimsAsync()

    Retrieves the claims for the currently logged in member.

    Declaration
    public 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.

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