列挙型 Case
LAPolicy.deviceOwnerAuthentication
WithWatch
Apple Watch によるユーザー認証。
macOS 10.15+ Mac Catalyst 13.0+
宣言
case deviceOwnerAuthenticationWithWatch = 3
議論
Apple Watch で ユーザーを認証するために evaluatePolicy(_:localizedReason:reply:) メソッドを呼び出すときは、LAPolicy.deviceOwnerAuthenticationWithWatch を使用して下さい。評価メソッドが、watchOS 6 以降を実行している近くのペアリングされた Apple Watch を見つけられない場合、watchNotAvailable エラーを返します。
認証中に、システムは生体認証のために提示されたダイアログに似たダイアログを提示します。ユーザーは、時計のサイドボタンをダブルクリックして認証を確認します。
ユーザーが Apple Watch または生体測定のいずれかで認証できるようにするには、代わりに LAPolicy.deviceOwnerAuthenticationWithBiometricsOrWatch ポリシーを使用してください。ユーザーがこれらのオプションまたはパスワードのいずれかを使用して認証できるようにするには、LAPolicy.deviceOwnerAuthentication ポリシーを使用します。
以下も見よ
ポリシー
case deviceOwnerAuthenticationWithBiometrics
生体測定によるユーザー認証。
case deviceOwnerAuthenticationWithBiometricsOrWatch
生体測定または Apple Watch によるユーザー認証。
case deviceOwnerAuthentication
生体測定、Apple Watch、またはデバイスのパスコードを使用したユーザー認証。
case deviceOwnerAuthenticationWithWristDetection
watchOS での手首検出によるユーザー認証。