java.lang.Object | |
↳ | com.amazon.identity.auth.device.authorization.api.AppIdentifierHelper |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return an AppInfo object containing information about the specified app, or null if the
specified package doesn't have a valid API Key.
| |||||||||||
Check to see if the passed in package has a valid Amazon API Key.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Return an AppInfo object containing information about the specified app, or null if the specified package doesn't have a valid API Key. NOTE: this method always computes AppInfo from the package
packageName | Name of package to get AppInfo from |
---|
Check to see if the passed in package has a valid Amazon API Key. If it has, check and see if the signature of the calling app matches the signature in the API Key.
packageName | Name of package to verify |
---|