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
|`tssPubKey`| TSS Public Key for the user's account. |
266
+
|`metadataPubKey`| Metadata Public Key for the user's account. |
267
+
|`requiredFactors`|`requiredFactors` denotes the factors required for the SDK to be in write state. If the value is greater than 0, the SDK will be in read state. The variable can be used to check the required factors after using the login methods to verify if user has enough factors to access the account. |
268
+
|`threshold`|`threshold` defines the total number factors required for write state. |
269
+
|`shareDescriptions`| Returns the description for the shares. |
270
+
|`totalShares`| Returns the total number shares for the account. |
271
+
|`totalFactors`| Returns the total number of factors for the account. |
272
+
273
+
#### Usage
274
+
275
+
```swift
276
+
let keyDetails: MpcKeyDetails =tryawait mpcCoreKit.getKeyDetails()
0 commit comments