Table of Contents

TTimeBasedOtp.Format Method

Formats the provided OTP value as a string.

Syntax

Unit: Sphinx.Otp

function TTimeBasedOtp.Format(const Value: Int64): string;

Parameters

<-> Parameter Type Description
const Value Int64 The OTP value to format.

Returns

The formatted OTP value as a string.

See also