Lists the SHA-1 and SHA-256 certificates for the specified AndroidApp
.
HTTP request
GET https://firebase.googleapis.com/v1beta1/{parent=projects/*/androidApps/*}/sha
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
The resource name of the parent
|
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"certificates": [
{
object ( |
Fields | |
---|---|
certificates[] |
The list of each |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/cloud-platform.read-only
https://www.googleapis.com/auth/firebase
https://www.googleapis.com/auth/firebase.readonly
For more information, see the Authentication Overview.