WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit dffb3b2

Browse files
AUT-3058 Return action code and idempotencyKey from claimChallenge (#66)
* AUT-3058 Return action code and idempotencyKey from claimChallenge * Bump version
1 parent c71d02f commit dffb3b2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Authsignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Authsignal'
3-
s.version = '2.2.0'
3+
s.version = '2.2.1'
44
s.summary = 'The Authsignal SDK for iOS'
55

66
s.homepage = 'https://github.com/authsignal/authsignal-ios'

Sources/Authsignal/API/Models/App/ClaimChallengeResponse.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ public struct ClaimChallengeResponse: Codable {
22
public let success: Bool
33
public let ipAddress: String?
44
public let userAgent: String?
5+
public let actionCode: String?
6+
public let idempotencyKey: String?
57
}

0 commit comments

Comments
 (0)