ApplicationSupportLocal
ApplicationSupport implementation suitable for running in-app.
NOTE: JWT assertion and attestations created on-device are not secure and suitable for testing or demo purposes only. This is because the private key used to sign them is not secret.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun createJwtClientAttestation(keyAttestation: KeyAttestation, deviceAssertion: DeviceAssertion): String
Link copied to clipboard
open suspend override fun createJwtKeyAttestation(keyAttestations: List<KeyAttestation>, keysAssertion: DeviceAssertion): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Should be called by the app when an app link / universal link is resolved.