CafSdkConfiguration class
Full SDK configuration passed to the CAF builder.
Constructors
- CafSdkConfiguration({required String mobileToken, required String personId, required CafEnvironment environment, required CafSdkBuilderConfiguration configuration})
-
const
Properties
- configuration → CafSdkBuilderConfiguration
-
Optional builder customization settings.
final
- environment → CafEnvironment
-
Target environment for the SDK runtime.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mobileToken → String
-
Authorization token for the mobile client.
final
- personId → String
-
Identifier for the user or person being verified.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited