addAppKey method

ResponseFuture<AddAppKeyResponse> addAppKey(
  1. AddAppKeyRequest request, {
  2. CallOptions? options,
})

Create Application Key

Deprecated: Use CreateApplicationKey instead to create an application key.

Create a new application key, they are used for authorizing API Applications. Key details will be returned in the response, make sure to save it.

Implementation

$grpc.ResponseFuture<$0.AddAppKeyResponse> addAppKey(
  $0.AddAppKeyRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$addAppKey, request, options: options);
}