Enumeration
Tink.​Environment
public enum Environment
Represents which endpoints Tink will use.
Relationships
Member Of
Tink
The
Tink
class encapsulates a connection to the Tink API.
Enumeration Cases
production
case production
The production environment.
custom
case custom(restURL: URL)
A custom environment.
-
restURL: The URL for the REST endpoints