Interface WebAuthnKeySelector
-
- All Implemented Interfaces:
public interface WebAuthnKeySelectorA Selector for credential key selection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classWebAuthnKeySelector.Companion
-
Method Summary
Modifier and Type Method Description PublicKeyCredentialSourceselect(List<PublicKeyCredentialSource> sourceList)Select the PublicKeyCredentialSource that used for usernameless authentication. -
-
Method Detail
-
select
PublicKeyCredentialSource select(List<PublicKeyCredentialSource> sourceList)
Select the PublicKeyCredentialSource that used for usernameless authentication.
- Parameters:
sourceList- The stored PublicKeyCredentialSource for the selected PublicKeyCredentialSource
-
-
-
-