Skip to content

class SealdSsksGetFactorTokenResponse

objc
@interface SealdSsksGetFactorTokenResponse : NSObject
@interface SealdSsksGetFactorTokenResponse : NSObject

SealdSsksGetFactorTokenResponse holds a retrieved authentication factor token

MembersDescriptions
tokenThe retrieved token. It can be used with [sdkInstance retrieveEncryptionSessionByTmr] and [sdkInstance convertTmrAccesses].
authenticatedSessionIdAn authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge

token

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

The retrieved token. It can be used with [sdkInstance retrieveEncryptionSessionByTmr] and [sdkInstance convertTmrAccesses].

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