Interface IClock
- Namespace
- Duende.IdentityServer
- Assembly
- Duende.IdentityServer.dll
Abstraction for the date/time.
public interface IClock
Properties
UtcNow
The current UTC date/time.
DateTimeOffset UtcNow { get; }
Abstraction for the date/time.
public interface IClock
The current UTC date/time.
DateTimeOffset UtcNow { get; }