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
/// *Warning:* Expect this API to be unstable, and it will change in the future.
39
+
///
40
+
/// For use with Apple using [ASCredentialExportManager](https://developer.apple.com/documentation/authenticationservices/ascredentialexportmanager).
41
+
/// Ideally the input should be immediately serialized from [ASImportableAccount](https://developer.apple.com/documentation/authenticationservices/asimportableaccount).
37
42
pubfnexport_cxf(
38
43
&self,
39
44
account:Account,
@@ -42,7 +47,12 @@ impl<'a> ClientExporters<'a> {
42
47
export_cxf(self.client, account, ciphers)
43
48
}
44
49
45
-
/// See [import_cxf] for more documentation.
50
+
/// Credential Exchange Format (CXF)
51
+
///
52
+
/// *Warning:* Expect this API to be unstable, and it will change in the future.
53
+
///
54
+
/// For use with Apple using [ASCredentialExportManager](https://developer.apple.com/documentation/authenticationservices/ascredentialexportmanager).
55
+
/// Ideally the input should be immediately serialized from [ASImportableAccount](https://developer.apple.com/documentation/authenticationservices/asimportableaccount).
/// *Warning:* Expect this API to be unstable, and it will change in the future.
55
-
///
56
-
/// For use with Apple using [ASCredentialExportManager](https://developer.apple.com/documentation/authenticationservices/ascredentialexportmanager).
57
-
/// Ideally the input should be immediately serialized from [ASImportableAccount](https://developer.apple.com/documentation/authenticationservices/asimportableaccount).
52
+
/// See [crate::ClientExporters::export_cxf] for more documentation.
58
53
pub(crate)fnexport_cxf(
59
54
client:&Client,
60
55
account:Account,
@@ -117,12 +112,7 @@ fn encrypt_import(
117
112
Ok(new_cipher)
118
113
}
119
114
120
-
/// Credential Exchange Format (CXF)
121
-
///
122
-
/// *Warning:* Expect this API to be unstable, and it will change in the future.
123
-
///
124
-
/// For use with Apple using [ASCredentialExportManager](https://developer.apple.com/documentation/authenticationservices/ascredentialexportmanager).
125
-
/// Ideally the input should be immediately serialized from [ASImportableAccount](https://developer.apple.com/documentation/authenticationservices/asimportableaccount).
115
+
/// See [crate::ClientExporters::import_cxf] for more documentation.
0 commit comments