Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 637 Bytes

File metadata and controls

17 lines (9 loc) · 637 Bytes

SignatureDetail

Details of an off-chain signature that verified a self-custody address. Returned only when verification_method=SIGNATURE.

Properties

Name Type Description Notes
address String The self-custody wallet address that signed the challenge.
challenge String The challenge string that was signed. [optional]
signature String The wallet signature submitted by the client. [optional]
verifiedAt Long Timestamp (milliseconds) when the signature was verified. [optional]