1 implementation of GetClaimsAsync
Microsoft.Extensions.Identity.Stores (1)
RoleStoreBase.cs (1)
212public abstract Task<IList<Claim>> GetClaimsAsync(TRole role, CancellationToken cancellationToken = default(CancellationToken));
1 reference to GetClaimsAsync
Microsoft.Extensions.Identity.Core (1)
RoleManager.cs (1)
366return claimStore.GetClaimsAsync(role, CancellationToken);