Skip to content

Commit 24890b2

Browse files
committed
Add ExpiresAt field to ChallengeResponse type
1 parent d7b67f1 commit 24890b2

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)