RiskExceptionConfigurationType class

The type of the configuration to override the risk decision.

Constructors

RiskExceptionConfigurationType({List<String>? blockedIPRangeList, List<String>? skippedIPRangeList})
RiskExceptionConfigurationType.fromJson(Map<String, dynamic> json)
factory

Properties

blockedIPRangeList List<String>?
Overrides the risk decision to always block the pre-authentication requests. The IP range is in CIDR notation: a compact representation of an IP address and its associated routing prefix.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skippedIPRangeList List<String>?
Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR notation.
final

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