startTOTPRegistration method
ResponseFuture<StartTOTPRegistrationResponse>
startTOTPRegistration(
- StartTOTPRegistrationRequest request, {
- CallOptions? options,
Start a TOTP registration
Start the registration of a new time-based one-time password (TOTP) generator for a user. As a response a secret is returned, which is used to initialize a TOTP app or device.
Implementation
$grpc.ResponseFuture<$0.StartTOTPRegistrationResponse> startTOTPRegistration(
$0.StartTOTPRegistrationRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$startTOTPRegistration, request, options: options);
}