Response from requestAttestation

interface AttestationTokenResponse {
    expiresAt: number;
    proxyUrl: string;
    retriesLeft: number;
    tokenId: string;
}

Properties

expiresAt: number

Unix timestamp when token expires

proxyUrl: string

WebSocket proxy URL for this attestation

retriesLeft: number

Number of retry attempts remaining

tokenId: string

Unique token ID for this attestation