createApplicationKey method

ResponseFuture<CreateApplicationKeyResponse> createApplicationKey(
  1. CreateApplicationKeyRequest request, {
  2. CallOptions? options,
})

Create Application Key

Deprecated: use application service v2 CreateApplicationKey instead.

Create a new application key, which is used to authorize an API application.

Key details are returned in the response. They must be stored safely, as it will not be possible to retrieve them again.

Required permissions:

  • project.app.write

Implementation

$grpc.ResponseFuture<$0.CreateApplicationKeyResponse> createApplicationKey(
  $0.CreateApplicationKeyRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$createApplicationKey, request, options: options);
}