@taiyi-io/api-connector-ts
Preparing search index...
NextSecureStore
Interface NextSecureStore
适配Nextjs的安全数据存储
interface
NextSecureStore
{
access_expired_at
:
string
;
access_token
:
string
;
algorithm
:
TokenSigningMethod
;
authenticated
:
boolean
;
backend_host
:
string
;
backend_port
:
number
;
device
:
string
;
id
:
string
;
public_key
:
string
;
roles
:
UserRole
[]
;
user
:
string
;
}
Index
Properties
access_
expired_
at
access_
token
algorithm
authenticated
backend_
host
backend_
port
device
id
public_
key
roles
user
Properties
access_
expired_
at
access_expired_at
:
string
访问令牌过期时间,RFC3339格式
access_
token
access_token
:
string
访问令牌
algorithm
algorithm
:
TokenSigningMethod
令牌签名方法
authenticated
authenticated
:
boolean
是否已认证
backend_
host
backend_host
:
string
后端主机地址
backend_
port
backend_port
:
number
后端端口号
device
device
:
string
设备ID
id
id
:
string
实例唯一标识
public_
key
public_key
:
string
公钥
roles
roles
:
UserRole
[]
用户角色列表
user
user
:
string
用户名称
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
expired_
at
access_
token
algorithm
authenticated
backend_
host
backend_
port
device
id
public_
key
roles
user
@taiyi-io/api-connector-ts
Loading...
适配Nextjs的安全数据存储