public interface IUserExclusiveContentTokenRepository : IContentTokenRepository
Public Interface IUserExclusiveContentTokenRepository
Inherits IContentTokenRepository
public interface class IUserExclusiveContentTokenRepository : IContentTokenRepository
type IUserExclusiveContentTokenRepository =
interface
interface IContentTokenRepository
end
DeleteTokenAsync(String, CancellationToken) |
Удаляет запись токена token.
(Унаследован от IContentTokenRepository) |
DeleteTokenAsync(String, Guid, CancellationToken) | Удаляет запись токена со скоупом scope для пользователя userID. |
StoreTokenAsync |
Сохраняет данные токена.
(Унаследован от IContentTokenRepository) |
TryGetTokenAsync(String, CancellationToken) |
Возвращает данные токена token.
(Унаследован от IContentTokenRepository) |
TryGetTokenAsync(String, Guid, CancellationToken) | Возвращает данные единственного токена со скоупом scope для пользователя userID. |