ReverseProxySettings class

The reverse proxy settings that will be used to run the FaceLiveness and Authentication services.

These two services can operate independently of each other.

Constructors

ReverseProxySettings({String? faceLivenessBaseUrl, List<String>? certificates, String? authenticationBaseUrl})

Properties

authenticationBaseUrl String?
The base URL of the reverse proxy that will be used to run the Authentication service.
getter/setter pair
certificates List<String>?
A list of certificates that will be used to authenticate the reverse proxy to run the FaceLiveness service.
getter/setter pair
faceLivenessBaseUrl String?
The base URL of the reverse proxy that will be used to run the FaceLiveness service.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asMap() Map
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited