ConnectService class

Constructors

ConnectService({required ConnectAuthPublicServiceClient client, bool? testMode, bool? mockMode})

Properties

client → ConnectAuthPublicServiceClient
final
hashCode int
The hash code for this object.
no setterinherited
mockMode bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testMode bool?
final

Methods

giveConsent({required String challenge, required bool consent}) Future<AuthPublicResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validateConsentChallenge({required String challenge}) Future<AuthPublicResponse>
validateLoginChallenge({required String challenge}) Future<AuthPublicResponse>
validateUserCredentials({required String challenge, required String email, required String password}) Future<AuthPublicResponse>

Operators

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