Class NoopCurrentMemberClaimsProvider
Inheritance
object
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public class NoopCurrentMemberClaimsProvider : ICurrentMemberClaimsProvider
Methods
View SourceGetClaimsAsync()
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.