Skip to content

Commit

Permalink
Clarify Safetynet attestation return value
Browse files Browse the repository at this point in the history
Clarify the encoding of SafetyNet attestation as a UTF8 encoded string. Closes #563
  • Loading branch information
christiaanbrand committed Sep 18, 2017
1 parent db1be80 commit 6e45cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2496,7 +2496,7 @@ and the identity of the calling application.
:: The version number of Google Play Services responsible for providing the SafetyNet API.

: response
:: The value returned by the above SafetyNet API. This value is a JWS [[RFC7515]] object (see
:: The UTF8 encoded result of the getJwsResult() call of the SafetyNet API. This value is a JWS [[RFC7515]] object (see
[SafetyNet online documentation](https://developer.android.com/training/safetynet/index.html#compat-check-response))
in Compact Serialization.

Expand Down

0 comments on commit 6e45cc1

Please sign in to comment.