@taiyi-io/api-connector-ts
    Preparing search index...

    Interface UserToken

    用户令牌

    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)

    Index

    Properties

    algorithm: Ed25519

    签名算法

    created_time: string

    创建时间

    description?: string

    描述信息

    last_access: string

    最后访问时间,格式为RFC3339

    not_after?: string

    失效时间

    not_before?: string

    生效时间

    public_key: string

    公钥

    serial: string

    序列号