Skip to content

Commit 050cc28

Browse files
committed
Released SDK version 5.6.2
1 parent db438bf commit 050cc28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/LoginRadiusSDK.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ typedef void (^LRServiceCompletionHandler)(BOOL success, NSError * _Nullable err
2323
@property (strong, readonly, nonatomic) NSString* _Nonnull customDomain;
2424
@property (strong, atomic) LRSession* _Nonnull session;
2525
@property (readonly, nonatomic) BOOL useKeychain;
26+
@property (readonly, nonatomic) BOOL setEncryption;
2627

2728

2829
#pragma mark - Initilizers
@@ -45,7 +46,7 @@ typedef void (^LRServiceCompletionHandler)(BOOL success, NSError * _Nullable err
4546
+ (NSString*_Nonnull)verificationUrl;
4647
+ (NSString*_Nonnull)customDomain;
4748
+ (BOOL)useKeychain;
48-
49+
+ (BOOL)setEncryption;
4950
#pragma mark - Application Delegate methods
5051

5152
/** Application Delegate methods

0 commit comments

Comments
 (0)