Beispiel #1
0
 /// <summary>
 /// Stores the grant.
 /// </summary>
 /// <param name="grant">The grant.</param>
 /// <returns></returns>
 public async Task StoreAsync(PersistedGrant grant)
 {
     await _repository
     .SaveAsync(grant, default);
 }