setSelfSigned abstract method

Client setSelfSigned({
  1. bool status = true,
})

Set self signed to status.

If self signed is true, Client will ignore invalid certificates. This is helpful in environments where your Appwrite instance does not have a valid SSL certificate.

Implementation

Client setSelfSigned({bool status = true});