You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/WebAuthn/Ceremonies/Authentication/PublicKeyCredentialRequestOptions.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public struct PublicKeyCredentialRequestOptions: Encodable {
36
36
///
37
37
/// This is configured on ``WebAuthnManager`` before its ``WebAuthnManager/beginAuthentication(timeout:allowCredentials:userVerification:)`` method is called.
38
38
/// - Note: When encoded, this field appears as `rpId` to match the expectations of `navigator.credentials.get()`.
39
-
publicletrelyingPartyID:String?
39
+
publicletrelyingPartyID:String
40
40
41
41
/// Optionally used by the client to find authenticators eligible for this authentication ceremony.
0 commit comments