AuthenticatorSelectionCriteria.Builder

  • AuthenticatorSelectionCriteria.Builder is a builder class for creating AuthenticatorSelectionCriteria objects.

  • It provides methods to set the attachment, require a resident key, and set the resident key requirement for the selection criteria.

  • The build() method is used to construct the final AuthenticatorSelectionCriteria object.

public static class AuthenticatorSelectionCriteria.Builder extends Object

Public Constructor Summary

Public Method Summary

AuthenticatorSelectionCriteria
AuthenticatorSelectionCriteria.Builder
setAttachment(Attachment attachment)
Sets the attachment to use for this session.
AuthenticatorSelectionCriteria.Builder
setRequireResidentKey(Boolean requireResidentKey)
Sets whether the key created will be a resident key.
AuthenticatorSelectionCriteria.Builder
setResidentKeyRequirement(ResidentKeyRequirement residentKeyRequirement)
Sets residentKeyRequirement

Inherited Method Summary

Public Constructors

public Builder ()

Public Methods

public AuthenticatorSelectionCriteria.Builder setAttachment (Attachment attachment)

Sets the attachment to use for this session.

public AuthenticatorSelectionCriteria.Builder setRequireResidentKey (Boolean requireResidentKey)

Sets whether the key created will be a resident key.

public AuthenticatorSelectionCriteria.Builder setResidentKeyRequirement (ResidentKeyRequirement residentKeyRequirement)

Sets residentKeyRequirement