public static final class Extensions.CredentialProperties.CredentialPropertiesOutput
extends java.lang.Object
credProps).| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Optional<java.lang.Boolean> |
getRk()
This OPTIONAL property, known abstractly as the resident key credential property
(i.e., client-side discoverable credential property), is a Boolean value indicating
whether the
PublicKeyCredential returned as a result of a registration ceremony is
a client-side discoverable credential. |
int |
hashCode() |
java.lang.String |
toString() |
public java.util.Optional<java.lang.Boolean> getRk()
PublicKeyCredential returned as a result of a registration ceremony is
a client-side discoverable credential.
If this is true, the credential is a discoverable credential.
If this is false, the credential is a server-side credential.
If this is not present, it is not known whether the credential is a discoverable credential or a server-side credential.
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object