diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-19 01:31:52 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-19 01:43:10 -0700 |
commit | a272612cb63293c93c1fc121bffbb817e05ac7d0 (patch) | |
tree | 72f0cf43851c967fc9e28a896a2e89812c9c43b5 /src/types.ts | |
parent | 8d7d79d8caba5142a16c274722ab9ced097cc5c8 (diff) |
Add support for Android SafetyNet attestation
Diffstat (limited to 'src/types.ts')
-rw-r--r-- | src/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts index 9979117..9c69c05 100644 --- a/src/types.ts +++ b/src/types.ts @@ -30,6 +30,7 @@ export type AttestationObject = { sig?: Buffer, x5c?: Buffer[], ecdaaKeyId?: Buffer, + response?: Buffer, }, authData: Buffer, }; |