updateOIDCAppConfig method
ResponseFuture<UpdateOIDCAppConfigResponse>
updateOIDCAppConfig(
- UpdateOIDCAppConfigRequest request, {
- CallOptions? options,
Update OIDC Application Config
Deprecated: Use PatchApplication instead to update the config of an OIDC app.
Update the OIDC specific configuration of an application.
Implementation
$grpc.ResponseFuture<$0.UpdateOIDCAppConfigResponse> updateOIDCAppConfig(
$0.UpdateOIDCAppConfigRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updateOIDCAppConfig, request, options: options);
}