ScaStatus class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<ScaStatus>
no setter
values → BuiltSet<ScaStatus>
no setter

Static Methods

valueOf(String name) ScaStatus

Constants

notPerformed → const ScaStatus
The status of Strong Customer Authentication (SCA). Possible values: * notPerformed: the requester was unable to successfully authenticate the request using SCA, or has an SCA exemption. * pending: the request is pending SCA authentication. * performed: the request is successfully authenticated using SCA.
pending → const ScaStatus
The status of Strong Customer Authentication (SCA). Possible values: * notPerformed: the requester was unable to successfully authenticate the request using SCA, or has an SCA exemption. * pending: the request is pending SCA authentication. * performed: the request is successfully authenticated using SCA.
performed → const ScaStatus
The status of Strong Customer Authentication (SCA). Possible values: * notPerformed: the requester was unable to successfully authenticate the request using SCA, or has an SCA exemption. * pending: the request is pending SCA authentication. * performed: the request is successfully authenticated using SCA.
unknownDefaultOpenApi → const ScaStatus
The status of Strong Customer Authentication (SCA). Possible values: * notPerformed: the requester was unable to successfully authenticate the request using SCA, or has an SCA exemption. * pending: the request is pending SCA authentication. * performed: the request is successfully authenticated using SCA.