@taiyi-io/api-connector-ts
Preparing search index...
UserToken
Interface UserToken
用户令牌
Interface
interface
UserToken
{
created_time
?:
string
;
description
?:
string
;
last_access
?:
string
;
not_after
?:
string
;
not_before
?:
string
;
serial
:
string
;
}
Index
Properties
created_
time?
description?
last_
access?
not_
after?
not_
before?
serial
Properties
Optional
created_
time
created_time
?:
string
创建时间
Optional
description
description
?:
string
描述信息
Optional
last_
access
last_access
?:
string
最后访问时间,格式为RFC3339
Optional
not_
after
not_after
?:
string
失效时间
Optional
not_
before
not_before
?:
string
生效时间
serial
serial
:
string
序列号
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
time
description
last_
access
not_
after
not_
before
serial
@taiyi-io/api-connector-ts
Loading...
用户令牌
Interface