@cabletv102/integrity-check
v0.0.5
Published
A plugin to run integrity checks via Google Play Console's Integrity API.
Downloads
11
Readme
@cabletv102/integrity-check
A plugin to run integrity checks via Google Play Console's Integrity API.
Install
npm install @cabletv102/integrity-check
npx cap syncAPI
requestIntegrityToken(...)
requestIntegrityToken(options: { nonce: string; }) => Promise<{ token: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { nonce: string; } |
Returns: Promise<{ token: string; }>
