Interface YubiKeyValidationResponse

interface YubiKeyValidationResponse {
    h: string;
    nonce: string;
    otp: string;
    sl?: number;
    status: YubiKeyValidationStatus;
    t: Date;
}

Hierarchy (view full)

Properties

Properties

h: string

The validation signature

nonce: string

The server nonce to prevent replay attacks

otp: string

The OTP code

sl?: number

The status of the request

t: Date

The response timestamp