-
public final class GetCredentialsRequestRequest object containing input parameters for the WebAuthnDomain.getCredentials command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringauthenticatorId
-
Constructor Summary
Constructors Constructor Description GetCredentialsRequest(String authenticatorId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final GetCredentialsRequestcopy(String authenticatorId)final StringgetAuthenticatorId()-
-
Constructor Detail
-
GetCredentialsRequest
GetCredentialsRequest(String authenticatorId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final GetCredentialsRequest copy(String authenticatorId)
-
getAuthenticatorId
final String getAuthenticatorId()
-
-
-
-