registerTOTP abstract method

Future<RegisterTOTPResponse> registerTOTP(
  1. ServiceCall call,
  2. RegisterTOTPRequest request
)

Implementation

$async.Future<$0.RegisterTOTPResponse> registerTOTP(
    $grpc.ServiceCall call, $0.RegisterTOTPRequest request);