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