getApplicationKey method

ResponseFuture<GetApplicationKeyResponse> getApplicationKey(
  1. GetApplicationKeyRequest request, {
  2. CallOptions? options,
})

Get Application Key

Deprecated: use application service v2 GetApplicationKey instead.

Retrieves the application key matching the provided ID.

Specifying a project, organization and app ID is optional but help with filtering/performance.

Required permissions:

  • project.app.read

Implementation

$grpc.ResponseFuture<$0.GetApplicationKeyResponse> getApplicationKey(
  $0.GetApplicationKeyRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getApplicationKey, request, options: options);
}