DashboardTokenIsExpired - метод
Checks whether the token has expired based on the specified timestamp.
Пространство имён: Tessa.Dashboards.TokensСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public bool IsExpired(
DateTime? nowUtc = null
)
Public Function IsExpired (
Optional nowUtc As DateTime? = Nothing
) As Boolean
public:
bool IsExpired(
Nullable<DateTime> nowUtc = nullptr
)
member IsExpired :
?nowUtc : Nullable<DateTime>
(* Defaults:
let _nowUtc = defaultArg nowUtc null
*)
-> bool
- nowUtc NullableDateTime (Optional)
- The current UTC time. If not specified, UtcNow is used.
Boolean if the token has expired; otherwise,
.