getApplicationKey method
ResponseFuture<GetApplicationKeyResponse>
getApplicationKey(
- GetApplicationKeyRequest request, {
- CallOptions? options,
Get Application Key
Retrieves the application key matching the provided ID.
Specifying a project, organization and application 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);
}