-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycorehelpers TokenState
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Helpers
SharedLibraryCore.Helpers.TokenState[[TokenState]]
end
Type | Name | Methods |
---|---|---|
string |
RemainingTime |
get |
DateTime |
RequestTime |
get, set |
string |
Token |
get, set |
TimeSpan |
TokenDuration |
get, set |
public TokenState()
public DateTime RequestTime { get; set; }
public TimeSpan TokenDuration { get; set; }
public string Token { get; set; }
public string RemainingTime { get; }
Generated with ModularDoc