Skip to content

Commit d68507b

Browse files
committed
adding version checks
1 parent d13d7fe commit d68507b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

FirebaseAuth/Sources/Swift/Backend/RPC/FinalizePasskeySignInRequest.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
/// The GCIP endpoint for finalizePasskeySignIn rpc
1818
private let finalizePasskeySignInEndPoint = "accounts/passkeySignIn:finalize"
1919

20+
@available(iOS 15.0, macOS 12.0, tvOS 16.0, *)
2021
class FinalizePasskeySignInRequest: IdentityToolkitRequest, AuthRPCRequest {
2122
typealias Response = FinalizePasskeySignInResponse
2223
/// The credential ID

FirebaseAuth/Sources/Swift/Backend/RPC/FinalizePasskeySignInResponse.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17+
@available(iOS 15.0, macOS 12.0, tvOS 16.0, *)
1718
struct FinalizePasskeySignInResponse: AuthRPCResponse {
1819
/// The user raw access token.
1920
let idToken: String

0 commit comments

Comments
 (0)