Interface ICurrentMemberClaimsProvider
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface ICurrentMemberClaimsProvider
Methods
View SourceGetClaimsAsync()
Retrieves the claims for the currently logged in member.
Declaration
Task<Dictionary<string, object>> GetClaimsAsync()
Returns
Type | Description |
---|---|
Task<Umbraco. |
Remarks
This is used by the OIDC user info endpoint to supply "current user" info.