NuntioConnectPublicServiceBase class
abstract
Properties
-
$name
→ String
-
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$addMethod(ServiceMethod method)
→ void
-
inherited
-
$lookupMethod(String name)
→ ServiceMethod?
-
inherited
-
$onMetadata(ServiceCall context)
→ void
-
Client metadata handler.
inherited
-
createUser(ServiceCall call, AuthPublicRequest request)
→ Future<AuthPublicResponse>
-
-
createUser_Pre(ServiceCall call, Future<AuthPublicRequest> request)
→ Future<AuthPublicResponse>
-
-
giveConsent(ServiceCall call, AuthPublicRequest request)
→ Future<AuthPublicResponse>
-
-
giveConsent_Pre(ServiceCall call, Future<AuthPublicRequest> request)
→ Future<AuthPublicResponse>
-
-
logout(ServiceCall call, AuthPublicRequest request)
→ Future<AuthPublicResponse>
-
-
logout_Pre(ServiceCall call, Future<AuthPublicRequest> request)
→ Future<AuthPublicResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
ping(ServiceCall call, Request request)
→ Future<Response>
-
-
ping_Pre(ServiceCall call, Future<Request> request)
→ Future<Response>
-
-
resetPassword(ServiceCall call, AuthPublicRequest request)
→ Future<AuthPublicResponse>
-
-
resetPassword_Pre(ServiceCall call, Future<AuthPublicRequest> request)
→ Future<AuthPublicResponse>
-
-
sendResetEmail(ServiceCall call, AuthPublicRequest request)
→ Future<AuthPublicResponse>
-
-
sendResetEmail_Pre(ServiceCall call, Future<AuthPublicRequest> request)
→ Future<AuthPublicResponse>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
validateConsentChallenge(ServiceCall call, AuthPublicRequest request)
→ Future<AuthPublicResponse>
-
-
validateConsentChallenge_Pre(ServiceCall call, Future<AuthPublicRequest> request)
→ Future<AuthPublicResponse>
-
-
validateLoginChallenge(ServiceCall call, AuthPublicRequest request)
→ Future<AuthPublicResponse>
-
-
validateLoginChallenge_Pre(ServiceCall call, Future<AuthPublicRequest> request)
→ Future<AuthPublicResponse>
-
-
validateUserCredentials(ServiceCall call, AuthPublicRequest request)
→ Future<AuthPublicResponse>
-
-
validateUserCredentials_Pre(ServiceCall call, Future<AuthPublicRequest> request)
→ Future<AuthPublicResponse>
-