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
**client_key_id** | Option<**String**> | Login with a DeviceAuthn Security Key. This must contain the client ID of the DeviceAuthN key, a.k.a 'key alias' on Android and 'key id' on iOS. | [optional]
8
+
**method** | **String** | Method should be set to \"deviceauthn\" when logging in using the DeviceAuthn strategy. |
9
+
**signature** | Option<**String**> | Signature is a ES256 signature of the server-provided challenge. | [optional]
10
+
**transient_payload** | Option<[**serde_json::Value**](.md)> | Transient data to pass along to any webhooks | [optional]
11
+
12
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**method** | **String** | Method Should be set to \"deviceauthn\" when trying to add or remove a DeviceAuthn key. |
11
+
**transient_payload** | Option<[**serde_json::Value**](.md)> | Transient data to pass along to any webhooks | [optional]
12
+
13
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**certificate_chain_android** | Option<**Vec<String>**> | CertificateChainAndroid is a list of base64 strings for creating a key on Android. Each element is a certificate. The first element is the leaf, corresponding to the on-device key, the last is the root (Google CA). | [optional]
9
+
**client_key_id** | **String** | ClientKeyID is the key id/alias on the device. |
10
+
**device_name** | **String** | DeviceName is a human-readable name for the device e.g. 'My work phone'. |
11
+
**version** | Option<**i64**> | Version is the version number for the cryptography. For now only `1` is supported which corresponds to SHA256 + EC. | [optional]
12
+
13
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**client_key_id** | **String** | ClientKeyID is the key id/alias on the device. |
8
+
9
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments