public interface ASAuthorizationPublicKeyCredentialAssertionRequest extends NSSecureCoding, NSCopying
| Modifier and Type | Method and Description |
|---|---|
NSArray<?> |
allowedCredentials()
A list of credentials to allow for this request.
|
NSData |
challenge()
The challenge to use when signing the request.
|
java.lang.String |
relyingPartyIdentifier()
The Relying Party identifier used to scope this request.
|
void |
setAllowedCredentials(NSArray<?> value)
A list of credentials to allow for this request.
|
void |
setChallenge(NSData value)
The challenge to use when signing the request.
|
void |
setRelyingPartyIdentifier(java.lang.String value)
The Relying Party identifier used to scope this request.
|
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.
|
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, initWithCodercopyWithZoneNSArray<?> allowedCredentials()
NSData challenge()
java.lang.String relyingPartyIdentifier()
void setAllowedCredentials(NSArray<?> value)
void setChallenge(NSData value)
void setRelyingPartyIdentifier(java.lang.String value)
void setUserVerificationPreference(java.lang.String value)
java.lang.String userVerificationPreference()