Interface VerifySuccessResult

Hierarchy

  • VerifySuccessResult

Properties

Properties

header: CwtHeader
payload: {
    aud?: string;
    cti?: Uint8Array;
    exp?: number;
    iat?: number;
    iss: string;
    nbf?: number;
    status?: {
        index: number;
        type?: BitIndexRevocationList;
        url: string;
        [key: string]: unknown;
    };
    sub?: string;
    type?: string;
    [key: string]: unknown;
}

Type declaration

  • [key: string]: unknown
  • Optional Readonly aud?: string
  • Optional Readonly cti?: Uint8Array
  • Optional Readonly exp?: number
  • Optional Readonly iat?: number
  • Readonly iss: string
  • Optional Readonly nbf?: number
  • Optional Readonly status?: {
        index: number;
        type?: BitIndexRevocationList;
        url: string;
        [key: string]: unknown;
    }
    • [key: string]: unknown
    • Readonly index: number
    • Optional Readonly type?: BitIndexRevocationList
    • Readonly url: string
  • Optional Readonly sub?: string
  • Optional Readonly type?: string
verified: true

Generated using TypeDoc