addOIDCApp method

ResponseFuture<AddOIDCAppResponse> addOIDCApp(
  1. AddOIDCAppRequest request, {
  2. CallOptions? options,
})

Create Application (OIDC)

Deprecated: Use CreateApplication instead to create an OIDC application.

Create a new OIDC client. The client id will be generated and returned in the response. Depending on the chosen configuration also a secret will be returned.

Implementation

$grpc.ResponseFuture<$0.AddOIDCAppResponse> addOIDCApp(
  $0.AddOIDCAppRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$addOIDCApp, request, options: options);
}