Package com.onfido.api
Class Config
- java.lang.Object
-
- com.onfido.api.Config
-
public class Config extends Object
The Configuration class for the Onfido object.
-
-
Constructor Summary
Constructors Constructor Description Config(Onfido.Builder builder)Instantiates a new Config.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApiToken()Gets the api token.StringgetApiUrl()Gets the api url.
-
-
-
Constructor Detail
-
Config
public Config(Onfido.Builder builder)
Instantiates a new Config.- Parameters:
builder- the builder from the parent Onfido object
-
-