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

ConfigurationAuthCloudBuilder()

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

appAttestation(AppAttestation appAttestation) ConfigurationAuthCloudBuilder
Sets the application attestation configuration.
build() Configuration
Creates a Configuration.
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