generateClientSecret method
ResponseFuture<GenerateClientSecretResponse>
generateClientSecret(
- GenerateClientSecretRequest request, {
- CallOptions? options,
Generate Client Secret
Generates the client secret of an API or OIDC application that belongs to the input project.
Required permissions:
- project.app.write
Implementation
$grpc.ResponseFuture<$0.GenerateClientSecretResponse> generateClientSecret(
$0.GenerateClientSecretRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$generateClientSecret, request, options: options);
}