getAppKey method

ResponseFuture<GetAppKeyResponse> getAppKey(
  1. GetAppKeyRequest request, {
  2. CallOptions? options,
})

Get Application Key By ID

Deprecated: Use GetApplicationKey instead to get an application key.

Returns an application key. Keys are used for authorizing API Applications.

Implementation

$grpc.ResponseFuture<$0.GetAppKeyResponse> getAppKey(
  $0.GetAppKeyRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getAppKey, request, options: options);
}