Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VerifyChallengeTimestamp ¶
VerifyChallengeTimestamp checks that the given timestamp is correct
Types ¶
type AuthMsg ¶
type AuthMsg struct { Address string `json:"address" binding:"required"` Challenge string `json:"challenge" binding:"required"` Signature string `json:"signature" binding:"required"` KSignPk *utils.PublicKey `json:"ksignpk" binding:"required"` KSignProof claimsrv.ProofClaimUserHex `json:"ksignProof" binding:"required"` }
type AuthTokenMsg ¶
Click to show internal directories.
Click to hide internal directories.