1 implementation of AddClaimAsync
Microsoft.Extensions.Identity.Stores (1)
RoleStoreBase.cs (1)
221public abstract Task AddClaimAsync(TRole role, Claim claim, CancellationToken cancellationToken = default(CancellationToken));
1 reference to AddClaimAsync
Microsoft.Extensions.Identity.Core (1)
RoleManager.cs (1)
330await claimStore.AddClaimAsync(role, claim, CancellationToken).ConfigureAwait(false);