SecondFactorsApi class

Constructors

SecondFactorsApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addSecondFactor(String account, String user, {AddSecondFactorRequest? addSecondFactorRequest}) Future<AddSecondFactorResponse?>
Add a second factor
addSecondFactorWithHttpInfo(String account, String user, {AddSecondFactorRequest? addSecondFactorRequest}) Future<Response>
Add a second factor
deleteSecondFactor(String account, String user, String secondFactor) Future<void>
Delete a second factor
deleteSecondFactorWithHttpInfo(String account, String user, String secondFactor) Future<Response>
Delete a second factor
listSecondFactors(String account, String user) Future<ListSecondFactorsResponse?>
List second factors
listSecondFactorsWithHttpInfo(String account, String user) Future<Response>
List second factors
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieveSecondFactor(String account, String user, String secondFactor) Future<RetrieveSecondFactorResponse?>
Retrieve a second factor
retrieveSecondFactorWithHttpInfo(String account, String user, String secondFactor) Future<Response>
Retrieve a second factor
toString() String
A string representation of this object.
inherited
updateSecondFactor(String account, String user, String secondFactor, UpdateSecondFactorRequest updateSecondFactorRequest) Future<UpdateSecondFactorResponse?>
Update a second factor
updateSecondFactorWithHttpInfo(String account, String user, String secondFactor, UpdateSecondFactorRequest updateSecondFactorRequest) Future<Response>
Update a second factor

Operators

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