Skip to content

Commit

Permalink
Apple: Synchronize shared sources
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Nov 14, 2022
1 parent 2ba5678 commit 8ba3371
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proj-xcode/PowerAuth2ForExtensions/PowerAuthErrorConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ typedef NS_ENUM(NSInteger, PowerAuthErrorCode) {
object available via `NSError.powerAuthExternalPendingOperation` property.
*/
PowerAuthErrorCode_ExternalPendingOperation = 18,
/**
User canceled the biometric authentication dialog with a fallback button.
*/
PowerAuthErrorCode_BiometryFallback = 19,
};

@interface NSError (PowerAuthErrorCode)
Expand Down
4 changes: 4 additions & 0 deletions proj-xcode/PowerAuth2ForWatch/PowerAuthErrorConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ typedef NS_ENUM(NSInteger, PowerAuthErrorCode) {
object available via `NSError.powerAuthExternalPendingOperation` property.
*/
PowerAuthErrorCode_ExternalPendingOperation = 18,
/**
User canceled the biometric authentication dialog with a fallback button.
*/
PowerAuthErrorCode_BiometryFallback = 19,
};

@interface NSError (PowerAuthErrorCode)
Expand Down

0 comments on commit 8ba3371

Please sign in to comment.