class SealdSsksRetrieveIdentityResponse
objc
@interface SealdSsksRetrieveIdentityResponse : NSObjectSealdSsksRetrieveIdentityResponse holds a retrieved identity
| Members | Descriptions |
|---|---|
identity | The retrieved identity. It can be used with importIdentity:error: (SealdSdk) |
shouldRenewKey | If the boolean shouldRenewKey is set to true, the account MUST renew its private key using renewKeysWithPreparedRenewal:privateKeys:expireAfter:error: (SealdSdk) |
authenticatedSessionId | An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge |
identity
objc
@property (assign, readonly) NSData * identity;The retrieved identity. It can be used with importIdentity:error: (SealdSdk)
shouldRenewKey
objc
@property (assign, readonly) BOOL shouldRenewKey;If the boolean shouldRenewKey is set to true, the account MUST renew its private key using renewKeysWithPreparedRenewal:privateKeys:expireAfter:error: (SealdSdk)
authenticatedSessionId
objc
@property (assign, readonly) NSString * authenticatedSessionId;An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge