Skip to content

class SealdSsksSaveIdentityResponse

objc
@interface SealdSsksSaveIdentityResponse : NSObject

SealdSsksSaveIdentityResponse is returned by [[SealdSsksTMRPlugin](SealdSsksTMRPlugin.md#class-sealdsskstmrplugin) saveIdentity] when an identity has been successfully saved

MembersDescriptions
ssksIdThe SSKS ID of the stored identity, which can be used by your backend to manage it
authenticatedSessionIdIf 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