public interface ASAuthorizationPublicKeyCredentialRegistrationRequest extends NSSecureCoding, NSCopying
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
attestationPreference()
A preference for the type of attestation that the authenticator should attempt to perform.
|
NSData |
challenge()
The challenge which can be used to verify the authenticator's attestation, if attestation is requested.
|
java.lang.String |
displayName()
A high level human readable name to associate with a credential, which should only be used for display.
|
java.lang.String |
name()
A human readable name to associate with a credential, which a user should be able to use to identify the credential.
|
java.lang.String |
relyingPartyIdentifier()
The Relying Party identifier used to scope this request.
|
void |
setAttestationPreference(java.lang.String value)
A preference for the type of attestation that the authenticator should attempt to perform.
|
void |
setChallenge(NSData value)
The challenge which can be used to verify the authenticator's attestation, if attestation is requested.
|
void |
setDisplayName(java.lang.String value)
A high level human readable name to associate with a credential, which should only be used for display.
|
void |
setName(java.lang.String value)
A human readable name to associate with a credential, which a user should be able to use to identify the credential.
|
void |
setUserID(NSData value)
An arbitrary byte sequence which will be stored alongside the credential and will be returned with the credential when authenticating with it in the future.
|
void |
setUserVerificationPreference(java.lang.String value)
A preference for whether the authenticator should attempt to verify that it is being used by its owner, such as through a PIN or biometrics.
|
NSData |
userID()
An arbitrary byte sequence which will be stored alongside the credential and will be returned with the credential when authenticating with it in the future.
|
java.lang.String |
userVerificationPreference()
A preference for whether the authenticator should attempt to verify that it is being used by its owner, such as through a PIN or biometrics.
|
_supportsSecureCodingencodeWithCoder, initWithCodercopyWithZonejava.lang.String attestationPreference()
NSData challenge()
java.lang.String displayName()
java.lang.String name()
java.lang.String relyingPartyIdentifier()
void setAttestationPreference(java.lang.String value)
void setChallenge(NSData value)
void setDisplayName(java.lang.String value)
void setName(java.lang.String value)
void setUserID(NSData value)
void setUserVerificationPreference(java.lang.String value)
NSData userID()
java.lang.String userVerificationPreference()