列挙型 Case
LAPolicy.deviceOwnerAuthenticationWith
BiometricsOrWatch
生体測定または Apple Watch によるユーザー認証。
macOS 10.15+ Mac Catalyst 13.0+
宣言
case deviceOwnerAuthenticationWithBiometricsOrWatch = 4
議論
evaluatePolicy(_:localizedReason:reply:) メソッドを呼び出して、Apple Watch または 生体測定のどちられかでユーザーを認証する場合は、LAPolicy.deviceOwnerAuthenticationWithBiometricsOrWatch ポリシーを使用して下さい。認証メカニズムは、どちらかが成功するまで、またはユーザーが操作をキャンセルするまで、並行して実行されます。
評価方法が、watchOS 6 以降を実行している近くのペアリングされた Apple Watch を見つけられない場合、このポリシーは LAPolicy.deviceOwnerAuthenticationWithBiometrics ポリシーの動作に戻ります。生体測定が利用できない場合、ポリシーは LAPolicy.deviceOwnerAuthenticationWithWatch ポリシーのように動作します。
ユーザーがこれらのオプションまたはパスワードのいずれかを使用して認証できるようにするには、代わりに LAPolicy.deviceOwnerAuthentication ポリシーを使用してください。
以下も見よ
ポリシー
case deviceOwnerAuthenticationWithBiometrics
生体測定によるユーザー認証。
case deviceOwnerAuthenticationWithWatch
Apple Watch によるユーザー認証。
case deviceOwnerAuthentication
生体測定、Apple Watch、またはデバイスのパスコードを使用したユーザー認証。
case deviceOwnerAuthenticationWithWristDetection
watchOS での手首検出によるユーザー認証。