Huawei Open Platform Keys
Description
General
- Documentation: https://developer.huawei.com/consumer/en/doc/development/HMS-Guides/38054564
- Summary: Huawei Open Platform provides user access services for applications via OAuth2 authorization. Developers can register their application and obtain credentials to integrate with Huawei Open Platform.
- IPs allowlist: As of the time of writing this documentation, this feature is not yet supported.
- Scopes: When registering the application, different authorizations level can be granted.
Revoke the secret
The application's client secret can be revoked and changed from the Huawei Developer official website.
Check for suspicious activity
This feature is not mentioned in the documentation.
Details for Huawei open platform keys
Family: Api
Category: Other
Company: Huawei
High recall: False
Validity check available: True
On-premise instances exist: False
Only valid secrets raise an alert: True
Minimum number of matches: 2
Occurrences found for one million commits: 0.06
Prefixed: False
PreValidators:
- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- huawei
Examples
- text: |
{ "Huawei": { "AppMainActivity": "com.hl.hlapp.MainActivity", "ClientId": "100809947", "ClientSecret": "8b94020cf0aed099bc88c0e57b613fdd55cdcec2590b55fa5693a9d672cad2d5" }
client_id: '100809947'
client_secret: '8b94020cf0aed099bc88c0e57b613fdd55cdcec2590b55fa5693a9d672cad2d5'
- text: |
Log.e("huaweipush");
APP ID: 100809947;
APP SECRET: 8b94020cf0aed099bc88c0e57b613fdd55cdcec2590b55fa5693a9d672cad2d5;
client_id: '100809947'
client_secret: '8b94020cf0aed099bc88c0e57b613fdd55cdcec2590b55fa5693a9d672cad2d5'
- text: |
{ "Huawei": { "AppMainActivity": "com.hl.hlapp.MainActivity", "ClientId": "100809947", "ClientSecret": "8b94020cf0aed099bc88c0e57b613fdd55cdcec2590b55fa5693a9d672cad2d5" }
client_id: '100809947'
client_secret: '8b94020cf0aed099bc88c0e57b613fdd55cdcec2590b55fa5693a9d672cad2d5'