class SealdSsksGetFactorTokenResponse
objc
@interface SealdSsksGetFactorTokenResponse : NSObject
SealdSsksGetFactorTokenResponse holds a retrieved authentication factor token
Members | Descriptions |
---|---|
token | The retrieved token. It can be used with [sdkInstance retrieveEncryptionSessionByTmr] and [sdkInstance convertTmrAccesses] . |
authenticatedSessionId | An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge |
token
objc
@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;
An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge