Skip to content

Commit

Permalink
supported key binding formats updated (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
YaswanthNagarjuna authored Jul 4, 2023
1 parent 6ff7e4b commit 85453c4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ public class MockKeyBindingWrapperService implements KeyBinder {

static {
supportedKeyBindingFormats.put("WLA", List.of("jwt"));
supportedKeyBindingFormats.put("OTP", List.of("alpha-numeric"));
supportedKeyBindingFormats.put("PIN", List.of("number"));
supportedKeyBindingFormats.put("BIO", List.of("encoded-json"));

}


Expand Down

0 comments on commit 85453c4

Please sign in to comment.