class SealdSsksSaveIdentityResponse
objc
@interface SealdSsksSaveIdentityResponse : NSObjectSealdSsksSaveIdentityResponse is returned by saveIdentity:authFactor:rawTMRSymKey:identity:challenge:error: (SealdSsksTMRPlugin) when an identity has been successfully saved
| Members | Descriptions |
|---|---|
ssksId | The SSKS ID of the stored identity, which can be used by your backend to manage it |
authenticatedSessionId | If a challenge was passed, an authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge |
ssksId
objc
@property (assign, readonly) NSString * ssksId;The SSKS ID of the stored identity, which can be used by your backend to manage it
authenticatedSessionId
objc
@property (assign, readonly) NSString *_Nullable authenticatedSessionId;If a challenge was passed, an authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge