Abstract
Abstract
baseSets the base URL.
IMPORTANT
Providing the base URL is required.
the base URL.
a builder.
Abstract
registrationSets the registration request URL path.
If not provided, /uaf/1.1/request/registration/
will be used.
the registration request path URL.
a builder.
Abstract
registrationSets the registration response path URL.
If not provided, /uaf/1.1/registration/
will be used.
the registration response path URL.
a builder.
Abstract
authenticationSets the authentication request path URL.
If not provided, /uaf/1.1/request/authentication/
will be used.
the authentication request path URL.
a builder.
Abstract
authenticationSets the authentication response path URL.
If not provided, /uaf/1.1/authentication/
will be used.
the authentication response path URL.
a builder.
Abstract
deregistrationSets the deregistration path URL.
If not provided, /uaf/1.1/request/deregistration/
will be used.
the deregistration path URL.
a builder.
Abstract
dispatchSets the dispatch target resource path URL.
If not provided, /token/dispatch/targets/
will be used.
the dispatch target resource path URL.
a builder.
Abstract
deviceThe device managing resource URL path.
If not provided, /devices/
will be used.
the device managing resource path URL.
a builder.
Abstract
authenticationSets the maximum number of retries for authentication.
If not provided, 3 will be used.
the maximum number of retries for authentication.
a builder.
Abstract
authenticationSets the time interval for authentication in seconds.
If not provided, 1 second will be used.
the time interval for authentication.
a builder.
Abstract
networkSets the time interval for network timeouts in seconds.
If not provided, 60 seconds will be used.
the network timeout.
a builder.
Abstract
userSets the maximum time that the SDK will wait during user interaction to receive the user input.
If not provided, 4 minutes (240 seconds) will be used.
the user interaction timeout in seconds.
a builder.
Abstract
facetSets the facet ID.
IMPORTANT
This property is Android specific and will be ignored by iOS native plugin.
the facet ID.
a builder.
Abstract
buildCreates a Configuration.
Generated using TypeDoc
A builder for Configuration.