public static interface

SafetyNetApi.AttestationResult

implements Result
com.google.android.gms.safetynet.SafetyNetApi.AttestationResult

Class Overview

Result that contains an attestation result.

Summary

Public Methods
abstract String getJwsResult()
Gets the JWS result.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract String getJwsResult ()

Gets the JWS result. Result is in JSON Web Signature format. See: https://tools.ietf.org/html/draft-ietf-jose-json-web-signature-33