Package org.robovm.apple.authservices
Interface ASAuthorizationPublicKeyCredentialAssertion
- All Superinterfaces:
ASAuthorizationCredential,ASPublicKeyCredential,NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
- All Known Implementing Classes:
ASAuthorizationPlatformPublicKeyCredentialAssertion,ASAuthorizationPublicKeyCredentialAssertionAdapter,ASAuthorizationSecurityKeyPublicKeyCredentialAssertion
public interface ASAuthorizationPublicKeyCredentialAssertion extends ASPublicKeyCredential
- Since:
- Available in iOS 15.0 and later.
-
Method Summary
Modifier and Type Method Description NSDatagetRawAuthenticatorData()NSDatagetSignature()NSDatagetUserID()Methods inherited from interface org.robovm.apple.authservices.ASPublicKeyCredential
getCredentialID, getRawClientDataJSON
-
Method Details
-
getRawAuthenticatorData
NSData getRawAuthenticatorData() -
getUserID
NSData getUserID() -
getSignature
NSData getSignature()
-