Skip to content

class SealdSsksRetrieveIdentityResponse

objc
@interface SealdSsksRetrieveIdentityResponse : NSObject
@interface SealdSsksRetrieveIdentityResponse : NSObject

SealdSsksRetrievedIdentityResponse holds a retrieved identity

MembersDescriptions
identityThe retrieved identity. It can be used with [sdkInstance importIdentity]
shouldRenewKeyIf the boolean shouldRenewKey is set to true, the account MUST renew its private key using [sealdSdk renewKeys]
authenticatedSessionIdAn authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge

identity

objc
@property (assign, readonly) NSData * identity;
@property (assign, readonly) NSData * identity;

The retrieved identity. It can be used with [sdkInstance importIdentity]

shouldRenewKey

objc
@property (assign, readonly) BOOL shouldRenewKey;
@property (assign, readonly) BOOL shouldRenewKey;

If the boolean shouldRenewKey is set to true, the account MUST renew its private key using [sealdSdk renewKeys]

authenticatedSessionId

objc
@property (assign, readonly) NSString * authenticatedSessionId;
@property (assign, readonly) NSString * authenticatedSessionId;

An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge