Package ch.nevis.mobile.sdk.api
Interface AppAttestation
public interface AppAttestation
The configuration related to application attestation. If the backend (nevisFIDO) requires application
attestation, you must provide this information, so that the mobile SDK can send the required app
integrity information.
-
Method Summary
Modifier and TypeMethodDescriptionstatic AppAttestation
create
(long googleCloudProjectNumber) Creates anApplicationAttestation
.long
-
Method Details
-
googleCloudProjectNumber
long googleCloudProjectNumber()- Returns:
- the Google Cloud project number
-
create
Creates anApplicationAttestation
.- Parameters:
googleCloudProjectNumber
- the Google Cloud project number.- Returns:
- an
ApplicationAttestation
-