Interface ASAuthorizationPublicKeyCredentialAssertionRequest<T extends NSObject>

All Superinterfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol
All Known Implementing Classes:
ASAuthorizationPlatformPublicKeyCredentialAssertionRequest, ASAuthorizationSecurityKeyPublicKeyCredentialAssertionRequest

public interface ASAuthorizationPublicKeyCredentialAssertionRequest<T extends NSObject>
extends NSObjectProtocol, NSSecureCoding
Since:
Available in iOS 15.0 and later.
  • Method Details

    • getChallenge

      NSData getChallenge()
    • setChallenge

      void setChallenge​(NSData v)
    • getRelyingPartyIdentifier

      String getRelyingPartyIdentifier()
    • setRelyingPartyIdentifier

      void setRelyingPartyIdentifier​(String v)
    • getAllowedCredentials

      NSArray<T> getAllowedCredentials()
    • setAllowedCredentials

      void setAllowedCredentials​(NSArray<T> v)
    • getUserVerificationPreference

      String getUserVerificationPreference()
    • setUserVerificationPreference

      void setUserVerificationPreference​(String v)