public static class PublicKeyCredentialDescriptor.PublicKeyCredentialDescriptorBuilder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PublicKeyCredentialDescriptor.PublicKeyCredentialDescriptorBuilder.MandatoryStages |
Modifier and Type | Method and Description |
---|---|
PublicKeyCredentialDescriptor |
build() |
PublicKeyCredentialDescriptor.PublicKeyCredentialDescriptorBuilder |
id(@NonNull ByteArray id)
The credential ID of the public key credential the caller is referring to.
|
java.lang.String |
toString() |
PublicKeyCredentialDescriptor.PublicKeyCredentialDescriptorBuilder |
transports(@NonNull java.util.Optional<java.util.Set<AuthenticatorTransport>> transports)
An OPTIONAL hint as to how the client might communicate with the managing authenticator of the public key
credential the caller is referring to.
|
PublicKeyCredentialDescriptor.PublicKeyCredentialDescriptorBuilder |
transports(@NonNull java.util.Set<AuthenticatorTransport> transports)
An OPTIONAL hint as to how the client might communicate with the managing authenticator of the public key
credential the caller is referring to.
|
PublicKeyCredentialDescriptor.PublicKeyCredentialDescriptorBuilder |
type(@NonNull PublicKeyCredentialType type)
The type of the credential the caller is referring to.
|
public PublicKeyCredentialDescriptor.PublicKeyCredentialDescriptorBuilder transports(@NonNull @NonNull java.util.Optional<java.util.Set<AuthenticatorTransport>> transports)
public PublicKeyCredentialDescriptor.PublicKeyCredentialDescriptorBuilder transports(@NonNull @NonNull java.util.Set<AuthenticatorTransport> transports)
public PublicKeyCredentialDescriptor.PublicKeyCredentialDescriptorBuilder type(@NonNull @NonNull PublicKeyCredentialType type)
public PublicKeyCredentialDescriptor.PublicKeyCredentialDescriptorBuilder id(@NonNull @NonNull ByteArray id)
public PublicKeyCredentialDescriptor build()
public java.lang.String toString()
toString
in class java.lang.Object