Previous Topic: Serializing and Deserializing an Account ObjectNext Topic: ArcotID OTP SDK Exceptions and Error Codes


API Details

The parse() method converts the string representation of an ArcotID OTP into an account object. The following table lists the input and output parameters of the parse() method:

Parameter

Description

Input Parameters

s

String representation of an ArcotID OTP account object.

Output Parameters

ArcotID OTP account object.

The format() method converts an ArcotID OTP account object into a string. The following table lists the input and output parameters of the format() method:

Parameter

Description

Input Parameters

Account

ArcotID OTP account object.

Output Parameters

String representation of the ArcotID OTP account object.