We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3577b4b commit b2e3a31Copy full SHA for b2e3a31
packages/common_client/lib/src/config/defaults/credential_type.dart
@@ -1,4 +1,9 @@
1
+/// Represents the credential type used by the SDK. The credential type is
2
+/// determined by the platform the SDK is running on.
3
enum CredentialType {
4
+ /// The SDK is using a mobile key credential.
5
mobileKey,
6
+
7
+ /// The SDK is using a client-side ID.
8
clientSideId,
9
}
0 commit comments