ConfigurationAuthCloudBuilder class abstract
A simplified builder that can be used to configure an SDK when your application works with the Nevis Authentication Cloud.
With this builder, you do not need to provide the relative paths of the endpoints for each operation.
For the default values please see the native API references.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
authenticationMaxRetries(
int authenticationMaxRetries) → ConfigurationAuthCloudBuilder - Sets the maximum number of retries for authentication.
-
authenticationRetryIntervalInSeconds(
Duration authenticationRetryIntervalInSeconds) → ConfigurationAuthCloudBuilder - Set the time interval for authentication in seconds.
-
build(
) → Configuration - Creates a Configuration.
-
facetId(
String facetId) → ConfigurationAuthCloudBuilder - Sets the facet ID.
-
hostname(
String hostname) → ConfigurationAuthCloudBuilder - The hostname of your Nevis Authentication Cloud.
-
networkTimeoutInSeconds(
Duration networkTimeoutInSeconds) → ConfigurationAuthCloudBuilder - Sets the time interval for network timeouts in seconds.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
userInteractionTimeoutInSeconds(
Duration userInteractionTimeoutInSeconds) → ConfigurationAuthCloudBuilder - Sets the user interaction timeout in seconds.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited