- Annotations
-
- @GrpcServiceName('viam.app.v1.EndUserService')
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
-
acceptLegal(ServiceCall call, AcceptLegalRequest request)
→ Future<AcceptLegalResponse>
-
-
acceptLegal_Pre(ServiceCall call, Future<AcceptLegalRequest> request)
→ Future<AcceptLegalResponse>
-
-
getAuthApplication(ServiceCall call, GetAuthApplicationRequest request)
→ Future<GetAuthApplicationResponse>
-
-
getAuthApplication_Pre(ServiceCall call, Future<GetAuthApplicationRequest> request)
→ Future<GetAuthApplicationResponse>
-
-
isLegalAccepted(ServiceCall call, IsLegalAcceptedRequest request)
→ Future<IsLegalAcceptedResponse>
-
-
isLegalAccepted_Pre(ServiceCall call, Future<IsLegalAcceptedRequest> request)
→ Future<IsLegalAcceptedResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
registerAuthApplication(ServiceCall call, RegisterAuthApplicationRequest request)
→ Future<RegisterAuthApplicationResponse>
-
-
registerAuthApplication_Pre(ServiceCall call, Future<RegisterAuthApplicationRequest> request)
→ Future<RegisterAuthApplicationResponse>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateAuthApplication(ServiceCall call, UpdateAuthApplicationRequest request)
→ Future<UpdateAuthApplicationResponse>
-
-
updateAuthApplication_Pre(ServiceCall call, Future<UpdateAuthApplicationRequest> request)
→ Future<UpdateAuthApplicationResponse>
-