Skip to content

Commit 78ecd23

Browse files
authored
Add ExpiresAt field to ChallengeResponse type (#13)
1 parent d7b67f1 commit 78ecd23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ type ChallengeRequest struct {
243243

244244
type ChallengeResponse struct {
245245
ChallengeId string `json:"challengeId"`
246+
ExpiresAt int64 `json:"expiresAt"`
246247
}
247248

248249
type VerifyRequest struct {

0 commit comments

Comments
 (0)