AccountTwoFactorGRPCServiceBase class abstract
- Annotations
-
- @GrpcServiceName('Auth.AccountTwoFactorGRPC')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
confirmTwoFactor(
ServiceCall call, TwoFactorProto_ConfirmRequest request) → Future< TwoFactorProto_ConfirmReply> -
confirmTwoFactor_Pre(
ServiceCall $call, Future< TwoFactorProto_ConfirmRequest> $request) → Future<TwoFactorProto_ConfirmReply> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
ServiceCall call, TwoFactorProto_RemoveRequest request) → Future< TwoFactorProto> -
remove_Pre(
ServiceCall $call, Future< TwoFactorProto_RemoveRequest> $request) → Future<TwoFactorProto> -
setupTwoFactor(
ServiceCall call, TwoFactorProto_SetupRequest request) → Future< TwoFactorProto_SetupReply> -
setupTwoFactor_Pre(
ServiceCall $call, Future< TwoFactorProto_SetupRequest> $request) → Future<TwoFactorProto_SetupReply> -
toString(
) → String -
A string representation of this object.
inherited
-
validate(
ServiceCall call, TwoFactorProto_ValidateRequest request) → Future< AuthnProto> -
validate_Pre(
ServiceCall $call, Future< TwoFactorProto_ValidateRequest> $request) → Future<AuthnProto>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited