Package com.onfido

Class Onfido


  • public final class Onfido
    extends Object
    The main class used for accessing instances of the manager classes.
    • Field Detail

      • config

        public final Config config
        The Configuration for the instance.
      • applicant

        public final ApplicantManager applicant
        The manager class for the Applicant resource.
      • document

        public final DocumentManager document
        The manager class for the Document resource.
      • check

        public final CheckManager check
        The manager class for the Check resource.
      • report

        public final ReportManager report
        The manager class for the Report resource.
      • livePhoto

        public final LivePhotoManager livePhoto
        The manager class for the Live photo resource.
      • liveVideo

        public final LiveVideoManager liveVideo
        The manager class for the Live video resource.
      • address

        public final AddressManager address
        The manager class for the Address resource
      • sdkToken

        public final SdkTokenManager sdkToken
        The manager class for the Sdk token resource.
      • webhook

        public final WebhookManager webhook
        The manager class for the Webhook resource.
    • Method Detail

      • builder

        public static Onfido.Builder builder()
        Gives access to the builder for the object.
        Returns:
        the builder
      • shutdown

        public static void shutdown()
        Shuts down the client across all Onfido instances, causing all future API calls to be rejected.