PersistedGrants.SingleOrDefaultAsync(x => x.SiteId == _siteId && x.Key == token.Key) .ConfigureAwait(false); if (existing == null) { var persistedGrant ...
確定! 回上一頁